Skip to content

MarkerType

payzer edited this page Feb 27, 2016 · 2 revisions

An enumeration of possible media commands (eg. play, pause, etc).

type string
Namespace: TVJS.MediaCommand

chapterSkipBack
Seeks to the previous chapter.

chapterSkipForward
Seeks to the next chapter marker.

closedCaptions
Invokes the closed captions menu.

fastForward
Increases the playback rate of the media.

goToLive
Navigates to the real-time position in live streamed media.

nextTrack
Plays the next track.

pause
Pauses the media.

play
Sets the playbackRate to the default playbackRate for the media and plays the media.

playFromBeginning
Seeks to the beginning of the timeline and starts playing.

previousTrack
Plays the previous track.

rewind
Decreases the playbackRate of the media.

seek
Navigates to the specified position in the media.

stop
Stops the media.

timeSkipBack
Moves the current timeline position backward by a short interval.

timeSkipForward
Moves the current timeline position forward short interval.