Class BufferRequestDto.

BufferRequestDto

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

Properties

IsPlaying?: boolean

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

BufferRequestDto

PlaylistItemId?: string

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

BufferRequestDto

PositionTicks?: number

Gets or sets the position ticks.

BufferRequestDto

When?: string

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

BufferRequestDto