MediaPlaybackTrait.SkipForwardCommand.Request

class MediaPlaybackTrait.SkipForwardCommand.Request


The request payload for the SkipForward command.

Summary

Public constructors

Request(deltaPositionMilliseconds: ULong)

Creates a request payload for the SkipForward command.

Public properties

ULong

The duration of the time span to skip forward in the media, in milliseconds.

Public constructors

Request

Request(deltaPositionMilliseconds: ULong)

Creates a request payload for the SkipForward command.

Public properties

deltaPositionMilliseconds

val deltaPositionMillisecondsULong

The duration of the time span to skip forward in the media, in milliseconds.