Interface PlaystateApiOnPlaybackStartRequest

Request parameters for onPlaybackStart operation in PlaystateApi.

PlaystateApiOnPlaybackStartRequest

interface PlaystateApiOnPlaybackStartRequest {
    audioStreamIndex?: number;
    canSeek?: boolean;
    itemId: string;
    liveStreamId?: string;
    mediaSourceId?: string;
    playMethod?: PlayMethod;
    playSessionId?: string;
    subtitleStreamIndex?: number;
}

Properties

audioStreamIndex?: number

The audio stream index.

PlaystateApiOnPlaybackStart

canSeek?: boolean

Indicates if the client can seek.

PlaystateApiOnPlaybackStart

itemId: string

Item id.

PlaystateApiOnPlaybackStart

liveStreamId?: string

The live stream id.

PlaystateApiOnPlaybackStart

mediaSourceId?: string

The id of the MediaSource.

PlaystateApiOnPlaybackStart

playMethod?: PlayMethod

The play method.

PlaystateApiOnPlaybackStart

playSessionId?: string

The play session id.

PlaystateApiOnPlaybackStart

subtitleStreamIndex?: number

The subtitle stream index.

PlaystateApiOnPlaybackStart