AMRPlugin.h
上传用户:mony888
上传日期:2022-07-26
资源大小:1247k
文件大小:0k
源码类别:

Windows CE

开发平台:

Visual C++

  1. #ifndef _AMRPLUGIN_H_
  2. #define _AMRPLUGIN_H_
  3. #include "codectypes.h"
  4. #define AMR_MAGIC_NUMBER "#!AMRn"
  5. #define AMR_MAGIC_LEN     6
  6. #define ENCMODE           MR122
  7. extern CodecInterfaceType* Get_AMR_EncInterface(void);
  8. #endif