@jellyfin/sdk

    Interface PlaybackInfoResponse

    Class PlaybackInfoResponse.

    PlaybackInfoResponse

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

    Properties

    ErrorCode?: PlaybackErrorCode

    PlaybackInfoResponse

    MediaSources?: MediaSourceInfo[]

    Gets or sets the media sources.

    PlaybackInfoResponse

    PlaySessionId?: null | string

    Gets or sets the play session identifier.

    PlaybackInfoResponse

    MMNEPVFCICPMFPCPTTAAATR