📄 rmstatus.inc
字号:
RM_DEFINE_ERROR(MP3_DECODE_NOTHING,92)RM_DEFINE_ERROR(MP3_INCOMPLETE_FRAME,93) // For inocmplete frame decoded in player//@}//@{/** shift storage error */RM_DEFINE_ERROR(SHIFTSTORAGE_FATAL,94)//@}//@{// RMHWACCESS errors/** something goes wrong with RMhwAccess */RM_DEFINE_ERROR(HWACCESS_GENERIC_ERROR,95)/** Hardware library version mismatch */RM_DEFINE_ERROR(HWACCESS_HWLIB_VERSION_MISMATCH,96)//@}//@{// RMSOCKET errors/** something goes wrong with RMsocket */RM_DEFINE_ERROR(CANT_OPEN_SOCKET,97)//@}//@{// RMREMOTE errors/** something goes wrong with RMremote */RM_DEFINE_ERROR(ERROR_REMOTE,98)//@}//@{// Properties errorsRM_DEFINE_ERROR(INVALID_PROPERTY_MAINSET,99)RM_DEFINE_ERROR(INVALID_PROPERTY_SUBSET,100)RM_DEFINE_ERROR(INVALID_PROPERTY_ID,101)RM_DEFINE_ERROR(PROPERTY_NOT_SUPPORTED,102)RM_DEFINE_ERROR(PROPERTY_NOT_SET,103)//@}//@{/** no error, but the samples sent to the decoder contains no video data */RM_DEFINE_ERROR(OK_HAS_NO_VIDEO,104)/** Did not complete reading data from device. Try again later. */RM_DEFINE_ERROR(ERROR_NOT_FINISHED,105)/** Error reading data from device. Trying to recover. Not Fatal but bad. */RM_DEFINE_ERROR(ERROR_INVALID_SECTORS,106)/** Error reading data from device. Cannot recover. Fatal. */RM_DEFINE_ERROR(ERROR_FATAL_INVALID_SECTORS,107)/** Requested User Operation not currently allowed. Operation aborted safely. */RM_DEFINE_ERROR(ERROR_UOP_NOT_ALLOWED,108)/** Navigation state machine is not in a state where user commands are allowed. Call Schedule a few times and try again later. This is not fatal.*/RM_DEFINE_ERROR(ERROR_QUEUE_COMMAND,109)/** Either user parameters to the operation were not valid or device data does not allow this operation. Operation is thus aborted. This is not fatal.*/RM_DEFINE_ERROR(ERROR_NOT_SET,110)/** There is no next PGC to jump to. Typically happens when calling NextChapter.*/RM_DEFINE_ERROR(ERROR_NO_NEXT_PGC,111)/** There is no prev PGC to jump to. Typically happens when calling PrevChapter.*/RM_DEFINE_ERROR(ERROR_NO_PREV_PGC,112)/** No still mode. Typically happens if the user requested a Still_Off and no still was active.*/RM_DEFINE_ERROR(ERROR_NO_STILL,113)/** Somehow, device content is not compatible with the current parental level. This is a fatal error.*/RM_DEFINE_ERROR(ERROR_PARENTAL_CONTROL,114)/** Bad Command on the DVD device: This is a Fatal error. It means the DVD content is invalid.*/RM_DEFINE_ERROR(ERROR_BAD_COMMAND,115)/** Could not find the start of VOBU for PGC. This is a Fatal error. */RM_DEFINE_ERROR(ERROR_NOT_FOUND,116)/** No First Play PGC could be found on DVD device. This means it is not possible to start playback of the DVD device with user interraction.*/RM_DEFINE_ERROR(ERROR_NO_FPPGC,117)/** The user located Point A but the DVD navigation reached the end of the current PGC before the user could locate point B. Repeat AB playback is thus disabled.*/RM_DEFINE_ERROR(ERROR_ENDOFTITLE_REPEATA,118)/** The user requested an operation which requires a different playmode than the one currently in effect. The different playmodes are: - play normal - repeat chapter - repeat title - playlist - repeat a (point a has been choosen, but not point b) - repeat ab (point a and b have been choosen and repeat ab is in effect) The solution if you get this error, is, obviously, to disable the current playmode.*/RM_DEFINE_ERROR(ERROR_WRONG_PLAY_MODE,119)/** Could not read a navigation pack at a critical moment. This is a fatal error. */RM_DEFINE_ERROR(ERROR_NAVIGATION_PACK,120)/** The user requested a menu which does not exist. */RM_DEFINE_ERROR(ERROR_NO_SUCH_MENU,121)/** Navigation is in a loop. It has nothing to do. */RM_DEFINE_ERROR(ERROR_NOTHING_TO_DO,122)/** DVD Drive is an RPC2 drive and Its region is not set. This is a fatal error. */RM_DEFINE_ERROR(ERROR_RPC2_NOT_SET,123)/** DVD Drive is RPC2 and this is not compatible with the user-preferences. */RM_DEFINE_ERROR(ERROR_RPC2,124)/** DVD Drive region settings, DVD Disc region settings and DVD Navigation region settings are not compatible.*/RM_DEFINE_ERROR(ERROR_REGION,125)/** No disc is present in DVD Drive. This is a fatal error.*/RM_DEFINE_ERROR(ERROR_NO_DISC_IN_DRIVE,126)/** User-provided video mode is not valid. This is a fatal error.*/RM_DEFINE_ERROR(ERROR_VIDEO_MODE,127)/** DVD navigation is already playing data. It cannot complete the operation requested by the user.*/RM_DEFINE_ERROR(ERROR_PLAYING_ALREADY,128)/** DVD navigation is not playing. It cannot complete the operation requested by the user.*/RM_DEFINE_ERROR(ERROR_NOT_PLAYING,129)/** DVD navigation is not constructed. It cannot complete the operation requested by the user.*/RM_DEFINE_ERROR(ERROR_NOT_CONSTRUCTED,130)/** DVD navigation is not paused. It cannot complete the operation requested by the user.*/RM_DEFINE_ERROR(ERROR_NOT_PAUSING,131)//@}//@{// PUSH model errorsRM_DEFINE_ERROR(NOBUFFER_AVAILABLE,132)//@}//@{// streaming errors errorsRM_DEFINE_ERROR(FATAL_COREPOOL_CREATION,133)RM_DEFINE_ERROR(FATAL_THREAD_DESTRUCTION,134)RM_DEFINE_ERROR(FATAL_THREAD_CREATION,135)//@}//@{// mambo property set/get apiRM_DEFINE_ERROR(INVALID_BOARD_HANDLE,136)RM_DEFINE_ERROR(INVALID_CHIP_HANDLE,137)RM_DEFINE_ERROR(INVALID_MODULE_HANDLE,138)RM_DEFINE_ERROR(INVALID_PROPERTY_HANDLE,139)//@}//@{// streaming errorRM_DEFINE_ERROR(WRONGRTSPANSWER,140)RM_DEFINE_ERROR(WRONG_RELIABLE_RTP_STATE,141)RM_DEFINE_ERROR(ERROR_BUFFER_TO_SMALL,142) RM_DEFINE_ERROR(ERROR_NOT_VOD,143) RM_DEFINE_ERROR(ERROR_STATE,144) RM_DEFINE_ERROR(UNSUPPORTED_SPEED,145) //@}//@{// divx drm errorsRM_DEFINE_ERROR(DRM_UNKNOWN_TYPE,146)RM_DEFINE_ERROR(DRM_INVALID_KEY,147)RM_DEFINE_ERROR(DRM_DECRYPTION_FAILED,148)RM_DEFINE_ERROR(DRM_EXPIRED_RENTAL,149)RM_DEFINE_ERROR(DRM_UNAUTHORIZED_USER,150)RM_DEFINE_ERROR(DRM_INVALID_FILE,151)//@}//@{// Hardware library errors/** For instance, microcode is processing a command and cannot accept another */RM_DEFINE_ERROR(ERROR_COMMAND_PENDING,152)/** The application has sent an invalid command */RM_DEFINE_ERROR(ERROR_INVALID_COMMAND,153)/** Internal error: the ucode has returned an invalid or unknown message */RM_DEFINE_ERROR(ERROR_INVALID_MESSAGE,154)//@}//@{// dvd audio errors/** to differenciate audio only player and video capable players */RM_DEFINE_ERROR(STATE_NOT_SUPPORTED,155)/** to deferianciate parameters errors device reader errors */RM_DEFINE_ERROR(ERROR_PARSER,156)//@}//@{// vcd errors/** when the playback reach the end of the disc and other disc have to be inserted in the drive. */RM_DEFINE_ERROR(INSERT_OTHER_DISC,157)//@}//@{// remote control errors/** when the last key pressed can not be interpret */RM_DEFINE_ERROR(UNKNOWN_KEY,158)//@}//@{// WMAPROdecoder errors/** no more data to decode in packet */RM_DEFINE_ERROR(WMAPRO_NO_MORE_DATA,159)RM_DEFINE_ERROR(WMAPRO_SKIPFRAME,160)RM_DEFINE_ERROR(WMAPRO_NO_MORE_SAMPLES,161)//@}//@{// ASF conditions/** index not available */RM_DEFINE_ERROR(ASF_WITHOUT_INDEX,162)/** skip data (WMA only is doing FFWD) */RM_DEFINE_ERROR(ASF_SKIP_DATA,163)//@}//@{// EOS conditions/** key processed while waiting for EOS */RM_DEFINE_ERROR(KEY_WHILE_WAITING_EOS,164)/** EOS encountered */RM_DEFINE_ERROR(EOS,165)//@}RM_DEFINE_ERROR(TIMEOUT,166)RM_DEFINE_ERROR(BUSY,167)//@{// CCFifo errors/** Attempt to open CCFifo module whereas it is already open */RM_DEFINE_ERROR(CCFIFO_ALREADY_OPEN,168)//@}//@{// NeroDigital DRM errors/** DRM prevents playback */RM_DEFINE_ERROR(DRM_PREVENTS_PLAYBACK,169)//@}//@{// generic/** indicates we need to skip data */RM_DEFINE_ERROR(SKIP_DATA,170)/** indicates there's no more data available */RM_DEFINE_ERROR(NO_MORE_DATA, 171)//@}//@{// PCR_DISCONTINUITY errors/** New discontinuity comes before current one is handled */RM_DEFINE_ERROR(UNHANDLED_VIDEO_PCR_DISCONTINUITY,172)RM_DEFINE_ERROR(UNHANDLED_AUDIO_PCR_DISCONTINUITY,173)//@}RM_DEFINE_ERROR(AUDIO_CODEC_NOT_SUPPORTED, 174)RM_DEFINE_ERROR(AUDIO_MODE_NOT_SUPPORTED, 175)RM_DEFINE_ERROR(VIDEO_CODEC_NOT_SUPPORTED, 176)RM_DEFINE_ERROR(VIDEO_MODE_NOT_SUPPORTED, 177)RM_DEFINE_ERROR(UNKNOWN_FILE_FORMAT, 178)RM_DEFINE_ERROR(NOT_KNOWN, 179)//@{// RMRPC2XTASK DRM errorsRM_DEFINE_ERROR(DRM_XSTART_FAILURE,180)RM_DEFINE_ERROR(DRM_XTASK_SYNC_FAILURE,181)RM_DEFINE_ERROR(DRM_XTASK_MISMATCH,182)RM_DEFINE_ERROR(DRM_VERSION_MISMATCH,183)//@}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -