Class ReadyRequest.

ReadyRequestDto

interface ReadyRequestDto {
    IsPlaying?: boolean;
    PlaylistItemId?: string;
    PositionTicks?: number;
    When?: string;
}

Properties

IsPlaying?: boolean

Gets or sets a value indicating whether the client playback is unpaused.

ReadyRequestDto

PlaylistItemId?: string

Gets or sets the playlist item identifier of the playing item.

ReadyRequestDto

PositionTicks?: number

Gets or sets the position ticks.

ReadyRequestDto

When?: string

Gets or sets when the request has been made by the client.

ReadyRequestDto