MediaPlaybackTrait.FastForwardCommand.Request

class MediaPlaybackTrait.FastForwardCommand.Request


The request payload for the FastForward command.

Summary

Public constructors

Request(audioAdvanceUnmuted: OptionalValue<Boolean>)

Creates a request payload for the FastForward command.

Public constructors

Request

Request(
    audioAdvanceUnmuted: OptionalValue<Boolean> = OptionalValue.absent()
)

Creates a request payload for the FastForward command.

Public properties

audioAdvanceUnmuted

val audioAdvanceUnmutedOptionalValue<Boolean>