Class PlayRequest.

PlayRequest

interface PlayRequest {
    AudioStreamIndex?: null | number;
    ControllingUserId?: string;
    ItemIds?: null | string[];
    MediaSourceId?: null | string;
    PlayCommand?: PlayCommand;
    StartIndex?: null | number;
    StartPositionTicks?: null | number;
    SubtitleStreamIndex?: null | number;
}

Properties

AudioStreamIndex?: null | number

PlayRequest

ControllingUserId?: string

Gets or sets the controlling user identifier.

PlayRequest

ItemIds?: null | string[]

Gets or sets the item ids.

PlayRequest

MediaSourceId?: null | string

PlayRequest

PlayCommand?: PlayCommand

PlayRequest

StartIndex?: null | number

PlayRequest

StartPositionTicks?: null | number

Gets or sets the start position ticks that the first item should be played at.

PlayRequest

SubtitleStreamIndex?: null | number

PlayRequest