📄 menu_operation_def.h
字号:
MS_OP_MSG_PLAYMODE_REPEAT_AB , // Display the "repeat AB" indicator
MS_OP_MSG_PLAYMODE_REPEAT , // Display the "repeat" indicator
MS_OP_MSG_PLAYMODE_SHUFFLE , // Display the "shuffle" indicator
MS_OP_MSG_PLAYMODE_RANDOM , // Display the "random" indicator
MS_OP_MSG_DEVICE_EJECTING , // The device/tray has been ejected/opened.
MS_OP_MSG_DEVICE_CLOSING , // The tray is closing.
MS_OP_MSG_DEVICE_LOADING , // The device/tray has been loaded/closed.
MS_OP_MSG_DEVICE_REMOVED , // The device has been removed.
MS_OP_MSG_DEVICE_INSERTED , // The device has been inserted.
MS_OP_MSG_DEVICE_MEDIA , // Display the media type
MS_OP_MSG_DEVICE_MEDIA_CURRENT , // Display the current media type
#ifdef EXTERNAL_KARAOKE
MS_OP_MSG_SYS_KARAOKE , // Display the change in the karaoke state
#endif // EXTERNAL_KARAOKE
#ifdef MPP_SUPPORT
MS_OP_MSG_SYS_MPP , // Display the MPP setting.
#endif
#ifdef D_ENABLE_DOLBY_EX_SUPPORT
MS_OP_MSG_SYS_DOLBY_EX , // Display the Dolby EX setting.
#endif // D_ENABLE_DOLBY_EX_SUPPORT
MS_OP_MSG_SYS_3D , // Display the 3D setting.
MS_OP_MSG_SYS_MUSIC_AND_PHOTO , // MP3 + JPEG at the same time!
MS_OP_MSG_SYS_NUMBER_INPUT , // Direct track access is being requested.
#ifdef D_10P_KEY
MS_OP_MSG_SYS_10P_INPUT , //Display 1_ key
#endif
#ifdef D_TEST
MS_OP_MSG_SYS_TEST , //Display user panel information
MS_OP_MSG_SYS_ADJUST_GRID ,
#endif
MS_OP_MSG_SYS_BE_VERSION , // Display the BE version.
MS_OP_MSG_SYS_FE_VERSION , // Display the FE version.
MS_OP_MSG_SYS_BOARD_VERSION , // Display the Board version.
MS_OP_MSG_SYS_DIVX_VERSION , // Display the DivX licence number.
MS_OP_MSG_SYS_SPEAKER_MODE , // Display the speaker mode.
#ifdef D_VOCAL_EFFECT
MS_OP_MSG_SYS_AC3_VOCAL_MODE , // Display the AC3 vocal
#endif // D_VOCAL_EFFECT
MS_OP_MSG_SYS_ZOOM , // Display the zoom level.
MS_OP_MSG_SYS_AUDIO , // Display the audio type.
MS_OP_MSG_SYS_SUBTITLE , // Display the subtitle language.
MS_OP_MSG_SYS_ANGLE , // Display the angle number.
MS_OP_MSG_SYS_TV_STD , // Display the TV standard.
MS_OP_MSG_SYS_PBC , // Display the PBC setting.
MS_OP_MSG_SYS_NUMERIC_ENTRY , // Display the numbers the user is entering.
MS_OP_MSG_SYS_CLEAR , // Clear the (numeric) entry.
MS_OP_MSG_SYS_JPEG_TRANSITION , // Display the JPEG transition type.
MS_OP_MSG_SYS_JPEG_ROTATION , // Display the JPEG rotation angle (degrees).
MS_OP_MSG_SYS_DVDA_PAGE , // Display the DVDA page.
MS_OP_MSG_SYS_VIDEO_OUTPUT , // Display video output
MS_OP_MSG_SECRET_KEY_CHECKSUM , // Display checksum string.
#if defined(D_HDMI_ENABLED)||defined(D_HD_COMPONENT_ENABLED)
MS_OP_MSG_HD_RESOLUTION , // Display HD Video output resolution.
#endif // D_HDMI_ENABLED || D_HD_COMPONENT_ENABLED
#ifdef EZVIEW_ENABLED
MS_OP_MSG_SYS_EZ_VIEW , //EZ view mode for DVD
#endif // EZVIEW_ENABLED
MS_OP_MSG_PROHIBIT ,
MS_OP_MSG_ERROR_CORE , // Display a core error message.
MS_OP_MSG_ERROR_DEC , // Display a decoder error message.
MS_OP_MSG_ERROR_DRIVE , // Display a drive error message.
MS_OP_MSG_ERROR_CDNAV , // Display a CD navigation error message.
MS_OP_MSG_ERROR_CLIPSNAV , // Display a CLIPS navigation error message.
MS_OP_MSG_ERROR_DVDNAV , // Display a DVD navigation error message.
MS_OP_MSG_ERROR_DVDVRNAV , // Display a DVDVR navigation error message.
MS_OP_MSG_ERROR_UNSUPPORTED_FILE , // Display an "unsupported file type" message.
MS_OP_MSG_ERROR_DECODING_ERROR , // A decoding error of some sort has occurred.
#ifdef D_CACHE_CLIPSDB_ONLY_ONCE
MS_OP_MSG_ERROR_DISC_PARTIALLY_CACHED , // The disc is partially cached, only the first files are accessible
MS_OP_MSG_ERROR_DISC_NO_SUPPORTED_FILE , // The disc does not contain any supported file
#endif // D_CACHE_CLIPSDB_ONLY_ONCE
#ifdef SUPPORT_FLASH_CARD
MS_OP_MSG_ERROR_UNSUPPORTED_USB , // This usb is not supported
#endif // SUPPORT_FLASH_CARD
#ifdef DVD_VR_SUPPORT
MS_OP_MSG_ERROR_EMPTY_PROGRAM_CHAIN , // Display an error message when user requests to open a program chain that is empty.
#endif // DVD_VR_SUPPORT
#ifdef TV_GUARDIAN_ENABLE
MS_OP_MSG_SYS_TVG_INFORMATION , // Display the TVG information
#endif
MS_OP_MSG_SYS_OSD_MESSAGES , // For customization, pass an OSD_MESSAGES as parameter, it will be displayed with default timeout
#if D_SUPPORT_SACD
MS_OP_MSG_SYS_SACD_AREA_CHANGED , // Display when the SACD active area is changed.
MS_OP_MSG_SYS_SACD_LAYER_CHANGED , // Display when the SACD hybrid layer is changed.
#endif // D_SUPPORT_SACD
#ifndef D_GINGER_I86
MS_OP_MSG_SYS_CHIP_ID , // Display chip -id
#endif // not D_GINGER_I86
#ifdef D_GUI_MESSAGE_BATTERY_STATE
MS_OP_MSG_BATTERY_STATE,
#endif//D_GUI_MESSAGE_BATTERY_STATE
#ifdef FTA_SUPPORT
MS_OP_MSG_ADD_CHANNEL_TO_FAVORITE , // Display Add this channel to your favorites
MS_OP_MSG_REMOVE_CHANNEL_FROM_FAVORITE , //Display Remove this channel from your favorites
MS_OP_MSG_CHANNEL_ALREADY_IN_FAVORITE ,// Display The channel is already in your favorites
#endif
};
#define PROHIBIT(m) MS_SendOp(MS_OP_MSG_PROHIBIT, (UINT32)m)
///////////////////////////////////////////////////
// Enumerated types for MS_OP_MSG values that require parameters
typedef enum {
MSG_PROHIBIT_INVALID_OPERATION ,
MSG_PROHIBIT_NOT_ALLOWED_NOW ,
MSG_PROHIBIT_NOT_ALLOWED_BY_DISC ,
MSG_PROHIBIT_NOT_SUPPORTED_BY_DISC ,
MSG_PROHIBIT_DISC_NOT_READY ,
MSG_PROHIBIT_SEARCH_NOT_ALLOWED ,
MSG_PROHIBIT_NO_NEXT_ITEM ,
MSG_PROHIBIT_NO_PREV_ITEM ,
MSG_PROHIBIT_NUMBER_TOO_BIG ,
MSG_PROHIBIT_NO_SUBTS_AVAIL ,
MSG_PROHIBIT_NO_MORE_AUDIO ,
MSG_PROHIBIT_MENU_CANNOT_OPEN ,
MSG_PROHIBIT_EXCEED_PROGRAM_SIZE ,
} MSG_PROHIBIT_PARAM;
typedef enum {
MSG_PLAYMODE_REPEAT_OFF ,
MSG_PLAYMODE_REPEAT_SINGLE ,
MSG_PLAYMODE_REPEAT_ALL ,
MSG_PLAYMODE_REPEAT_CHAPTER ,
MSG_PLAYMODE_REPEAT_TITLE ,
MSG_PLAYMODE_REPEAT_FOLDER
} MSG_PLAYMODE_REPEAT_PARAM;
typedef enum {
MSG_PLAYMODE_KARAOKE_OFF ,
MSG_PLAYMODE_KARAOKE_ON ,
MSG_PLAYMODE_KARAOKE_AUTO
} MS_PLAYMODE_KARAOKE_PARAM;
typedef enum {
MSG_DEVICE_MEDIA_NONE,
MSG_DEVICE_MEDIA_NO_DISK ,
MSG_DEVICE_MEDIA_BAD_DISK ,
#ifdef SUPPORT_FLASH_CARD
MSG_DEVICE_MEDIA_BAD_USB ,
MSG_DEVICE_MEDIA_BAD_CARD ,
MSG_DEVICE_MEDIA_CARD_REMOVED,
MSG_DEVICE_MEDIA_USB_REMOVED,
MSG_DEVICE_MEDIA_SD,
MSG_DEVICE_MEDIA_MMC,
MSG_DEVICE_MEDIA_MS,
MSG_DEVICE_MEDIA_MSPRO,
MSG_DEVICE_MEDIA_CF,
MSG_DEVICE_MEDIA_SM,
MSG_DEVICE_MEDIA_XD,
MSG_DEVICE_MEDIA_USB,
#endif // SUPPORT_FLASH_CARD
MSG_DEVICE_MEDIA_DVDV ,
MSG_DEVICE_MEDIA_DVDA ,
MSG_DEVICE_MEDIA_DVDVR ,
MSG_DEVICE_MEDIA_CDDA ,
MSG_DEVICE_MEDIA_CDDTS,
MSG_DEVICE_MEDIA_SACD ,
MSG_DEVICE_MEDIA_SVCD ,
MSG_DEVICE_MEDIA_VCD ,
MSG_DEVICE_MEDIA_VCD1P1 ,
MSG_DEVICE_MEDIA_VCD2P0 ,
MSG_DEVICE_MEDIA_CLIP,
#ifdef FTA_SUPPORT
MSG_DEVICE_MEDIA_FTA , // FTA
#endif // FTA_SUPPORT
MSG_DEVICE_MEDIA_UPGRADE_DISC ,
} MSG_DEVICE_MEDIA_TYPE_PARAM;
typedef enum {
MSG_SYS_SPEAKER_INVALID = 0,
MSG_SYS_SPEAKER_STEREO ,
MSG_SYS_SPEAKER_NORMAL ,
MSG_SYS_SPEAKER_LEFT ,
MSG_SYS_SPEAKER_PARTNER_LEFT ,
MSG_SYS_SPEAKER_RIGHT ,
MSG_SYS_SPEAKER_PARTNER_RIGHT ,
MSG_SYS_SPEAKER_MIX
} MSG_SYS_SPEAKER_MODE_PARAM;
#ifdef D_VOCAL_EFFECT
typedef enum {
MSG_SYS_NO_VOCAL = 0,
MSG_SYS_VOCAL_1 ,
MSG_SYS_VOCAL_2 ,
MSG_SYS_VOCAL_ALL
} MSG_SYS_AC3_VOCAL_MODE_PARAM;
#endif
#endif // _MENU_OPERATION_DEF_H_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -