📄 mp3_decode.h
字号:
/*
********************************************************************************
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -