⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mp4playdemo.h

📁 凌阳SPCE3200多媒体开发板自带源程序。共安排了32个子目录
💻 H
字号:
/******************************************************************************
 *
 *     The information contained herein is the exclusive property of
 *   Sunplus Technology Co. And shall not be distributed, reproduced,
 *   or disclosed in whole in part without prior written permission.
 *
 *         (C) COPYRIGHT 2005   SUNPLUS TECHNOLOGY CO.
 *                        ALL RIGHTS RESERVED
 *
 * The entire notice above must be reproduced on all authorized copies.
 *
 *****************************************************************************/

/******************************************************************************
 *  Filename:   	GameMP4.h
 *  Author:     	Robin.xjliu  (eMail: xjliu@sunplus.com)
 *  Tel:        	00885-028-87848688-5884
 *  Date:       	2005-11-22
 *  Description:	play a mp4
 *  Reference:
 *  Version history:
 *-----------------------------------------------------------------------------
 *	Version   YYYY-MM-DD-INDEX   Modified By         Description
 *	1.0.0     2005-11-22           xjliu               Create
 *
 *****************************************************************************/
#ifndef _MP4_DEMO_H
#define _MP4_DEMO_H

#include ".\System\SystemHeader.h"

typedef enum
{
	BW_INIT = 0,
	BW_PRELUDE,
	BW_MP4,
	BW_PLAY,
	BW_PAUSE,
	BW_PRISE,
	BW_COMPLETE,
	BW_VICTORY,
	BW_GAMESTATE_MAXNUM,
}GAMESTATE;

#define MIDI_ENABLE
#define AUDIO_ENABLE
/**
 * MIDI file index
 */
#define MIDI_START	1
#define MIDI_LEV1	0
#define MIDI_LEV2	3
#define MIDI_END	2
/**
 * Audio Ch index
 */
#define AUDIO_NO0	16
#define AUDIO_NO1	17
#define AUDIO_NO2	18
#define AUDIO_NO3	19
#define AUDIO_NO4	20
#define AUDIO_NO5	21
#define AUDIO_NO6	22
#define AUDIO_NO7	23

#define IGNOREKEY 1
extern U8	g_nKeyCnt;

void BW_Main(void);

GAMESTATE BW_PlayMP4(void);

#endif	//_MP4_DEMO_H

⌨️ 快捷键说明

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