aacwrap.h

来自「本程序为ST公司开发的源代码」· C头文件 代码 · 共 62 行

H
62
字号
/************************************************** * * aacwrap.h * * CVS ID:   $Id: aacwrap.h,v 1.5 2007/03/19 17:58:06 belardi Exp $ * Author:   Sangwon Bae [swbae] - Optomech * Date:     $Date: 2007/03/19 17:58:06 $ * Revision: $Revision: 1.5 $ *  * Description: *  * Wrapper functions around the ARM AAC library functions. *  *************************************************** *  * COPYRIGHT (C) Optomech  2006 *            All Rights Reserved * *************************************************** * * STM CVS Log: * * $Log: aacwrap.h,v $ * Revision 1.5  2007/03/19 17:58:06  belardi * Integration of Optomech AAC decoder P150307 * * Revision 1.4  2006/12/19 11:04:33  belardi * Integration of Optomech AAC decode P061219 * * Revision 1.3  2006/11/28 09:26:53  belardi * m4a decoder alfa release from Optomech * * Revision 1.2  2006/09/25 16:40:44  belardi * Added the CVS Log keyword * * ***************************************************/#ifndef _AACWRAP_H_#define _AACWRAP_H_#include "decoder_task.h"#include "audiodec.h"#include "xfile.h"#if (1 == HAVE_SHOCK_MEMORY)extern uint32 AACIndexSize;extern uint8* AACIndexBuffer;#endif /* HAVE_SHOCK_MEMORY */// Function prototypesvoid AACInit(void);decoderReturnType AACDecode(int flag);void AACKill(DecoderKillType);decoderReturnType AACInitHeader(oDecoderHandle* pHandle, void** pScratch,                                sDecoderFormats** pFormat,                                sDecoderBitstream** pBitstream);#endif //_AACWRAP_H_

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?