📄 rmmessage.inc
字号:
//@{/** Specifies that an error occurred while executing a command. */RM_DEFINE_MESSAGE(ERROR)/** Message issued when the video decoder is starving. */RM_DEFINE_MESSAGE(STARVATION)/** Message issued when the video and audio decoders have finished decoding the stream. */RM_DEFINE_MESSAGE(EOS)/** Message issued when a dynamic aspect ratio change occurs (wega requirement) */RM_DEFINE_MESSAGE(ASPECTRATIOCHANGE)/** Message issued when a dynamic audio coding change occurs (wega requirement) */RM_DEFINE_MESSAGE(ACMODECHANGE)/** Message issued when CC data from the video stream are ready to be retrieved. */RM_DEFINE_MESSAGE(FETCHCC)/** Message issued when DTV CC data from the video stream are ready to be retrieved. */RM_DEFINE_MESSAGE(FETCHDTVCC)/** Message issued in a push model situation when a buffer has been consumed */RM_DEFINE_MESSAGE(RMTBUFFER_FREE)/** Message containing the CTS of the last picture displayed */RM_DEFINE_MESSAGE(DISPLAY_TIME)/** Message containing the CTS of the last picture decoded */RM_DEFINE_MESSAGE(DECODE_TIME)/** Message containing the frame index of the frame displayed */RM_DEFINE_MESSAGE(FRAME_INDEX)/** Message containing the audio rate */RM_DEFINE_MESSAGE(AUDIO_RATE)/** Message containing the video rate */RM_DEFINE_MESSAGE(VIDEO_RATE)/** Message containing the average audio rate */RM_DEFINE_MESSAGE(AVG_AUDIO_RATE)/** Message containing the average video rate */RM_DEFINE_MESSAGE(AVG_VIDEO_RATE)/** Message containing the rate (for muxed data)*/RM_DEFINE_MESSAGE(RATE)/** Message containing the avg rate (for muxed data)*/RM_DEFINE_MESSAGE(AVG_RATE)/** Message containing the number of the current file written by encoder */RM_DEFINE_MESSAGE(ENCODE_FILENO)/** Message containing the track number of a cdda/vcd */RM_DEFINE_MESSAGE(TRACK_NUM)/** Message containing the current time of a cdda/vcd track */RM_DEFINE_MESSAGE(TRACK_TIME)/** Message containing the duration of a cdda/vcd track */RM_DEFINE_MESSAGE(TRACK_DURATION)/** Message containing the number of video packet lost (for streaming only) */RM_DEFINE_MESSAGE(VIDEO_PACKET_LOST)/** Message containing the amount of video packet received (for streaming only) */RM_DEFINE_MESSAGE(VIDEO_PACKET_RECEIVED)/** Message containing the number of audio packet lost (for streaming only) */RM_DEFINE_MESSAGE(AUDIO_PACKET_LOST)/** Message containing the amount of audio packet received (for streaming only) */RM_DEFINE_MESSAGE(AUDIO_PACKET_RECEIVED)/** Message for oem developpement */RM_DEFINE_MESSAGE(OEM)/** Message containing the amount of free buffer for mepg 1 or 2 streaming */RM_DEFINE_MESSAGE(STREAMING_MUXED_BUFFER)/** Message containing the amount of used buffer in the module queue*/RM_DEFINE_MESSAGE(STREAMING_NB_BUFFER_IN_QUEUE)/** Message issued by the demux when dropping data to detect audio format */RM_DEFINE_MESSAGE(DEMUX_DROP_DATA)/** contains the streaming module state transition */RM_DEFINE_MESSAGE(STREAMING_STATE_TRANSITION) //@}/** contains the change disc message */RM_DEFINE_MESSAGE(CHANGE_DISC) /** contains the play mode (speed) */RM_DEFINE_MESSAGE(PLAY_MODE) /** Message containing the entry number of a vcd */RM_DEFINE_MESSAGE(ENTRY_NUM)/** Message containing the current time of the current entry of a vcd */RM_DEFINE_MESSAGE(ENTRY_TIME)/** Message containing the total time of the current entry of a vcd */RM_DEFINE_MESSAGE(ENTRY_TOTAL_TIME)//@}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -