Class: SeekRequest

Constructor

SeekRequest

new SeekRequest()

Properties

currentTime

nullable number

The new current time for the media, in seconds after the start of the media. If the media type is chrome.cast.media.StreamType.LIVE, then currentTime is optional; if not set, the stream will resume at the live media position.

customData

nullable Object

Custom data for the receiver application.

resumeState

nullable chrome.cast.media.ResumeState

The desired media player state after the seek is complete. If unset, it will retain the state it had before seeking.