MediaPlaybackTrait.SeekCommand.Request

class MediaPlaybackTrait.SeekCommand.Request


The request payload for the Seek command.

Summary

Public constructors

Request(position: ULong)

Creates a request payload for the Seek command.

Public properties

ULong

The position to seek to, relative to the start of the media, in milliseconds.

Public constructors

Request

Request(position: ULong)

Creates a request payload for the Seek command.

Public properties

position

val positionULong

The position to seek to, relative to the start of the media, in milliseconds.