AMRPlugin.h
Upload User: mony888
Upload Date: 2022-07-26
Package Size: 1247k
Code Size: 0k
Category:

Windows CE

Development Platform:

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