Class PlayRequestDto.

PlayRequestDto

interface PlayRequestDto {
    PlayingItemPosition?: number;
    PlayingQueue?: string[];
    StartPositionTicks?: number;
}

Properties

PlayingItemPosition?: number

Gets or sets the position of the playing item in the queue.

PlayRequestDto

PlayingQueue?: string[]

Gets or sets the playing queue.

PlayRequestDto

StartPositionTicks?: number

Gets or sets the start position ticks.

PlayRequestDto