📄 wmvhdtypes.h
字号:
#ifndef _WMVHD_TYPES_H_#define _WMVHD_TYPES_H_#include "guitypes.h"#define WMVHDIDFILE "disc.xml"// Error messages#define WMVHD_ERROR_CANNOT_PLAY "This title cannot be played due to the protection level specified in the WMDRM license."#define WMVHD_ERROR_DVI_OUT "This title cannot be displayed on the DVI output."#define WMVHD_ERROR_NO_AUDIO "The audio tracks in this title cannot be outputed due to the protection level specified in the WMDRM license."#define WMVHD_ERROR_NO_VIDEO "The video tracks in this title cannot be outputed due to the protection level specified in the WMDRM license."#define WMVHD_ERROR_ETHERNET "Please verify your ethernet connection"#define WMVHD_ERROR_SERVER "Server unavailable. Please try again later"#define WMVHD_ERROR_INTERNAL "Internal Error"typedef struct{ RMascii* name; // XMLID_NODE RMascii* mainmenuID; RMascii* mainmediaID; RMuint32 region; RMascii* defaultLanguage; RMascii* startupObject;} guiWmvHDDiscType;typedef struct{ RMascii* supportText; RMascii* contentDistributor; RMascii* copyright; RMascii* title; RMascii* genre; RMascii* director; } guiWmvHDMetadataType;#endif //_WMVHD_TYPES_H_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -