Class PlaybackInfoResponse.

PlaybackInfoResponse

interface PlaybackInfoResponse {
    ErrorCode?: PlaybackErrorCode;
    MediaSources?: MediaSourceInfo[];
    PlaySessionId?: null | string;
}

Properties

ErrorCode?: PlaybackErrorCode

PlaybackInfoResponse

MediaSources?: MediaSourceInfo[]

Gets or sets the media sources.

PlaybackInfoResponse

PlaySessionId?: null | string

Gets or sets the play session identifier.

PlaybackInfoResponse