AMRPlugin.h
资源名称:111.rar [点击查看]
上传用户:mony888
上传日期:2022-07-26
资源大小:1247k
文件大小:0k
源码类别:
Windows CE
开发平台:
Visual C++
- #ifndef _AMRPLUGIN_H_
- #define _AMRPLUGIN_H_
- #include "codectypes.h"
- #define AMR_MAGIC_NUMBER "#!AMRn"
- #define AMR_MAGIC_LEN 6
- #define ENCMODE MR122
- extern CodecInterfaceType* Get_AMR_EncInterface(void);
- #endif