@jellyfin/sdk
    Preparing search index...

    Interface MediaSourceInfo

    MediaSourceInfo

    interface MediaSourceInfo {
        AnalyzeDurationMs?: number | null;
        Bitrate?: number | null;
        BufferMs?: number | null;
        Container?: string | null;
        DefaultAudioStreamIndex?: number | null;
        DefaultSubtitleStreamIndex?: number | null;
        EncoderPath?: string | null;
        EncoderProtocol?: MediaProtocol;
        ETag?: string | null;
        FallbackMaxStreamingBitrate?: number | null;
        Formats?: string[] | null;
        GenPtsInput?: boolean;
        HasSegments?: boolean;
        Id?: string | null;
        IgnoreDts?: boolean;
        IgnoreIndex?: boolean;
        IsInfiniteStream?: boolean;
        IsoType?: IsoType;
        IsRemote?: boolean;
        LiveStreamId?: string | null;
        MediaAttachments?: MediaAttachment[] | null;
        MediaStreams?: MediaStream[] | null;
        Name?: string | null;
        OpenToken?: string | null;
        Path?: string | null;
        Protocol?: MediaProtocol;
        ReadAtNativeFramerate?: boolean;
        RequiredHttpHeaders?: { [key: string]: string | null } | null;
        RequiresClosing?: boolean;
        RequiresLooping?: boolean;
        RequiresOpening?: boolean;
        RunTimeTicks?: number | null;
        Size?: number | null;
        SupportsDirectPlay?: boolean;
        SupportsDirectStream?: boolean;
        SupportsProbing?: boolean;
        SupportsTranscoding?: boolean;
        Timestamp?: TransportStreamTimestamp;
        TranscodingContainer?: string | null;
        TranscodingSubProtocol?: MediaStreamProtocol;
        TranscodingUrl?: string | null;
        Type?: MediaSourceType;
        UseMostCompatibleTranscodingProfile?: boolean;
        Video3DFormat?: Video3DFormat;
        VideoType?: VideoType;
    }
    Index

    Properties

    AnalyzeDurationMs?: number | null

    MediaSourceInfo

    Bitrate?: number | null

    MediaSourceInfo

    BufferMs?: number | null

    MediaSourceInfo

    Container?: string | null

    MediaSourceInfo

    DefaultAudioStreamIndex?: number | null

    MediaSourceInfo

    DefaultSubtitleStreamIndex?: number | null

    MediaSourceInfo

    EncoderPath?: string | null

    MediaSourceInfo

    EncoderProtocol?: MediaProtocol

    MediaSourceInfo

    ETag?: string | null

    MediaSourceInfo

    FallbackMaxStreamingBitrate?: number | null

    MediaSourceInfo

    Formats?: string[] | null

    MediaSourceInfo

    GenPtsInput?: boolean

    MediaSourceInfo

    HasSegments?: boolean

    MediaSourceInfo

    Id?: string | null

    MediaSourceInfo

    IgnoreDts?: boolean

    MediaSourceInfo

    IgnoreIndex?: boolean

    MediaSourceInfo

    IsInfiniteStream?: boolean

    MediaSourceInfo

    IsoType?: IsoType

    MediaSourceInfo

    IsRemote?: boolean

    Gets or sets a value indicating whether the media is remote. Differentiate internet url vs local network.

    MediaSourceInfo

    LiveStreamId?: string | null

    MediaSourceInfo

    MediaAttachments?: MediaAttachment[] | null

    MediaSourceInfo

    MediaStreams?: MediaStream[] | null

    MediaSourceInfo

    Name?: string | null

    MediaSourceInfo

    OpenToken?: string | null

    MediaSourceInfo

    Path?: string | null

    MediaSourceInfo

    Protocol?: MediaProtocol

    MediaSourceInfo

    ReadAtNativeFramerate?: boolean

    MediaSourceInfo

    RequiredHttpHeaders?: { [key: string]: string | null } | null

    MediaSourceInfo

    RequiresClosing?: boolean

    MediaSourceInfo

    RequiresLooping?: boolean

    MediaSourceInfo

    RequiresOpening?: boolean

    MediaSourceInfo

    RunTimeTicks?: number | null

    MediaSourceInfo

    Size?: number | null

    MediaSourceInfo

    SupportsDirectPlay?: boolean

    MediaSourceInfo

    SupportsDirectStream?: boolean

    MediaSourceInfo

    SupportsProbing?: boolean

    MediaSourceInfo

    SupportsTranscoding?: boolean

    MediaSourceInfo

    MediaSourceInfo

    TranscodingContainer?: string | null

    MediaSourceInfo

    TranscodingSubProtocol?: MediaStreamProtocol

    MediaSourceInfo

    TranscodingUrl?: string | null

    MediaSourceInfo

    MediaSourceInfo

    UseMostCompatibleTranscodingProfile?: boolean

    MediaSourceInfo

    Video3DFormat?: Video3DFormat

    MediaSourceInfo

    VideoType?: VideoType

    MediaSourceInfo