?? wmvhdtypes.h.svn-base
字號(hào):
#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_
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -