mp3_decode.h
来自「瑞芯微RK2608固件源代码」· C头文件 代码 · 共 29 行
H
29 行
/*
********************************************************************************
* Copyright (C),2004-2005, tonyzyz, Fuzhou Rockchip Co.,Ltd.
* All Rights Reserved
* V1.00
* FileName : Mp3_Decode.c
* Author : tonyzyz
* Description:
* History :
* <author> <time> <version> <desc>
* tonyzyz 05/09/17 1.0 ORG
*
********************************************************************************
*/
#ifndef _MP3_DECODE_H
#define _MP3_DECODE_H
void PCMOutBufferChange(void);
void MP3DecodeOutputEnable(void);
void MP3DecodeOutputDisable(unsigned int bEnd);
void MP3DecodeStart(void);
void MP3DecodePlay(void);
void Mp3DecodeEnd(void);
void MP3DecodeTimeUpdate(void);
#endif
//***************************************************************************************************
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?