MediaPlaybackTrait.SkipBackwardCommand.Request

class MediaPlaybackTrait.SkipBackwardCommand.Request


The request payload for the SkipBackward command.

Summary

Public constructors

Request(deltaPositionMilliseconds: ULong)

Creates a request payload for the SkipBackward command.

Public properties

ULong

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

Public constructors

Request

Request(deltaPositionMilliseconds: ULong)

Creates a request payload for the SkipBackward command.

Public properties

deltaPositionMilliseconds

val deltaPositionMillisecondsULong

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