Interface: RequestSeekMessage
Requests that the player seek to a time in the stream. Only applies to seekable streams. In a MPEG-DASH stream this will be wall clock time. For on demand content it will be the point in the track.
Hierarchy
-
↳ RequestSeekMessage
Index
Properties
Properties
payload
• payload: number
The position to seek to, in seconds.
type
• type: "requestseek"
Overrides IframeMessage.type