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

📄 o_music_mode_defs.h

📁 Zoran V966 DVD 解码 Soc芯片的源程序
💻 H
字号:
/* **************************************************************************************
*  Copyright (c) 2005 ZORAN Corporation, All Rights Reserved
*  THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
*  File: $Workfile: o_music_mode.h $
*
* Description:
* ============
* Project definition of the MSO_MUSIC_MODE
*
****************************************************************************************/
#include "Config.h"		// Global Configuration - do not remove!

#ifdef D_ENABLE_MUSIC_MODE_SUPPORT

#ifndef __O_MUSIC_MODE_DEFS_H__
#define __O_MUSIC_MODE_DEFS_H__

#include "GUI\Menu_system\ms_component_defs.h"

/***************************************************************************************
*  music mode descriptor.
****************************************************************************************/
typedef struct ms_descriptor_music_mode {
	MS_DESCRIPTOR_COMPONENT 	moDescriptor;
	CONST UINT8*					mpBgBmp;		// Background bitmap
}MS_DESCRIPTOR_MUSIC_MODE;

/***************************************************************************************
* Karaoke component object.
****************************************************************************************/
typedef MSO_COMPONENT MSO_MUSIC_MODE;

#endif // __O_MUSIC_MODE_DEFS_H__

#endif //D_ENABLE_MUSIC_MODE_SUPPORT

⌨️ 快捷键说明

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