@jellyfin/sdk
    Preparing search index...

    Interface MediaInfoApiGetPostedPlaybackInfoRequest

    Request parameters for getPostedPlaybackInfo operation in MediaInfoApi.

    MediaInfoApiGetPostedPlaybackInfoRequest

    interface MediaInfoApiGetPostedPlaybackInfoRequest {
        allowAudioStreamCopy?: boolean;
        allowVideoStreamCopy?: boolean;
        audioStreamIndex?: number;
        autoOpenLiveStream?: boolean;
        enableDirectPlay?: boolean;
        enableDirectStream?: boolean;
        enableTranscoding?: boolean;
        itemId: string;
        liveStreamId?: string;
        maxAudioChannels?: number;
        maxStreamingBitrate?: number;
        mediaSourceId?: string;
        playbackInfoDto?: PlaybackInfoDto;
        startTimeTicks?: number;
        subtitleStreamIndex?: number;
        userId?: string;
    }
    Index

    Properties

    allowAudioStreamCopy?: boolean

    Whether to allow to copy the audio stream. Default: true.

    MediaInfoApiGetPostedPlaybackInfo

    allowVideoStreamCopy?: boolean

    Whether to allow to copy the video stream. Default: true.

    MediaInfoApiGetPostedPlaybackInfo

    audioStreamIndex?: number

    The audio stream index.

    MediaInfoApiGetPostedPlaybackInfo

    autoOpenLiveStream?: boolean

    Whether to auto open the livestream.

    MediaInfoApiGetPostedPlaybackInfo

    enableDirectPlay?: boolean

    Whether to enable direct play. Default: true.

    MediaInfoApiGetPostedPlaybackInfo

    enableDirectStream?: boolean

    Whether to enable direct stream. Default: true.

    MediaInfoApiGetPostedPlaybackInfo

    enableTranscoding?: boolean

    Whether to enable transcoding. Default: true.

    MediaInfoApiGetPostedPlaybackInfo

    itemId: string

    The item id.

    MediaInfoApiGetPostedPlaybackInfo

    liveStreamId?: string

    The livestream id.

    MediaInfoApiGetPostedPlaybackInfo

    maxAudioChannels?: number

    The maximum number of audio channels.

    MediaInfoApiGetPostedPlaybackInfo

    maxStreamingBitrate?: number

    The maximum streaming bitrate.

    MediaInfoApiGetPostedPlaybackInfo

    mediaSourceId?: string

    The media source id.

    MediaInfoApiGetPostedPlaybackInfo

    playbackInfoDto?: PlaybackInfoDto

    The playback info.

    MediaInfoApiGetPostedPlaybackInfo

    startTimeTicks?: number

    The start time in ticks.

    MediaInfoApiGetPostedPlaybackInfo

    subtitleStreamIndex?: number

    The subtitle stream index.

    MediaInfoApiGetPostedPlaybackInfo

    userId?: string

    The user id.

    MediaInfoApiGetPostedPlaybackInfo