User Operations Prohibitions settings
#include <mm/types.h>
enum mm_uop_t;
The enumerated type mm_uop_t defines User Operations Prohibitions values. These values are listed below:
- MM_UOP_CLOSE — prohibit application close.
- MM_UOP_GET_BOOKMARK — prohibit access to bookmarks.
- MM_UOP_SET_BOOKMARK — prohibit
- MM_UOP_GET_SPRMS — prohibit access to system parameter registers.
- MM_UOP_GET_GPRMS — prohibit access to general parameter registers.
- MM_UOP_SET_GPRM — prohibit modification of general parameter registers.
- MM_UOP_STOP — prohibit stop playback.
- MM_UOP_GO_UP — prohibit go up.
- MM_UOP_PREV_PG_SEARCH — prohibit searching to previous entity in program chain (typically search to previous chapter).
- MM_UOP_TOP_PG_SEARCH — prohibit searching to first entity in program chain (typically search to first chapter).
- MM_UOP_NEXT_PG_SEARCH — prohibit searching to next entity in program chain (typically search to next chapter).
- MM_UOP_SET_SPEED — prohibit set speed.
- MM_UOP_FRAME_ADVANCE — prohibit frame advance.
- MM_UOP_FRAME_REVERSE — prohibit frame reverse.
- MM_UOP_RESUME — prohibit resume playback.
- MM_UOP_UPPER_BUTTON_SELECT — prohibit upper button selection.
- MM_UOP_LOWER_BUTTON_SELECT — prohibit lower button selection.
- MM_UOP_LEFT_BUTTON_SELECT — prohibit left button selection.
- MM_UOP_RIGHT_BUTTON_SELECT — prohibit right button selection.
- MM_UOP_BUTTON_ACTIVATE — prohibit button activation.
- MM_UOP_BUTTON_SELECT_AND_ACTIVATE — prohibit button selection and activation.
- MM_UOP_STILL_OFF — prohibit turing still mode off.
- MM_UOP_PAUSE_ON — prohibit turning pause on.
- MM_UOP_PAUSE_OFF — prohibit turning pause off.
- MM_UOP_MENU_LANGUAGE_SELECT — prohibit selection of language menu.
- MM_UOP_AUDIO_STREAM_CHANGE — prohibit changing the audio stream.
- MM_UOP_SUB_PICTURE_STREAM_CHANGE — prohibit changing the subtitle stream.
- MM_UOP_ANGLE_CHANGE — prohibit changing the angle.
- MM_UOP_VIDEO_MODE_CHANGE — prohibit changing the video mode.
- MM_UOP_BUTTON_SELECT — prohibit button selection.
- MM_UOP_BUTTON_SELECT_POINT — prohibit selection of button by coordinates.
- MM_UOP_BUTTON_ACTIVATE_POINT — prohibit activation of button my coordinates (i.e. by pressing chapter on track screen).
- MM_UOP_SUB_PICTURE_STREAM_CHANGE_STREAM — prohibit changing the subtitle stream.
- MM_UOP_SUB_PICTURE_STREAM_CHANGE_DISPLAY — prohibit turning subtitles on or off.
- MM_UOP_AUDIO_LANGUAGE_SELECT — prohibit selection of the audio language.
- MM_UOP_SUB_PICTURE_LANGUAGE_SELECT — prohibit changing the subtitle language.
- MM_UOP_REPEAT_MODE_CHANGE — prohibit changing the repeat more.
- MM_UOP_TITLE_PLAY — prohibit playing the entire title.
- MM_UOP_PTT_PLAY — prohibit part of title play (i.e. jump to a title or chapter).
- MM_UOP_TITLE_TIME_PLAY — prohibit play from at time in the title (i.e. jump to a time in the title).
- MM_UOP_TITLE_TIME_SEARCH — prohibit search to a specific time in the title.
- MM_UOP_PTT_SEARCH — prohibit search by part of chapter.
- MM_UOP_MENU_CALL_VIDEO — prohibit jump to video menu.
- MM_UOP_PARENTAL_LEVEL_SELECT — prohibit selection of parental control level.
- MM_UOP_PARENTAL_COUNTRY_SELECT — prohibit country selection for parental control.
- MM_UOP_KARAOKE_MODE_CHANGE — prohibit changing karaoke mode.
- MM_UOP_PTT_PLAY_RANGE — prohibit playback of part of title, by range of chapters.
- MM_UOP_TITLE_TIME_PLAY_RANGE — prohibit playback of part of title, by time range.
- MM_UOP_FIRST_PLAY — prohibit playback of first title.
- MM_UOP_TITLE_GROUP_PLAY — prohibit playback by group.
- MM_UOP_TRACK_PLAY — prohibit playback by track.
- MM_UOP_GROUP_TIME_PLAY — prohibit playback of group of titles by time.
- MM_UOP_GROUP_TIME_SEARCH — prohibit searching for time in a group.
- MM_UOP_TRACK_SEARCH — prohibit searching for specific tracks.
- MM_UOP_PREV_TK_SEARCH — prohibit searching for previous track.
- MM_UOP_TOP_TK_SEARCH — prohibit searching for top track.
- MM_UOP_NEXT_TK_SEARCH — prohibit searching for next track.
- MM_UOP_PREV_DLIST_SEARCH — DVD-audio only: prohibit jumping to previous playlist.
- MM_UOP_NEXT_DLIST_SEARCH — DVD-audio only: prohibit jumping to next playlist.
- MM_UOP_HOME_DLIST_SEARCH — DVD-audio only: prohibit jumping to first playlist.
- MM_UOP_MENU_CALL_AUDIO — DVD-audio only: prohibit jumping to DVD-audio menu.
- MM_UOP_TEXT_LANGUAGE_SELECT — DVD-audio only: prohibit text language selection.
- MM_UOP_HIDDEN_GROUP_PLAY — DVD-audio only: prohibit playback of of hidden groups.
- MM_UOP_HIDDEN_TRACK_PLAY — DVD-audio only: prohibit playback of hidden tracks.
- MM_UOP_HIDDEN_TIME_PLAY — DVD-audio only: prohibit playback of hidden time.
QNX Multimedia
mm_video_info_t