@jellyfin/sdk
    Preparing search index...

    Interface MediaAttachment

    Class MediaAttachment.

    interface MediaAttachment {
        Codec?: string | null;
        CodecTag?: string | null;
        Comment?: string | null;
        DeliveryUrl?: string | null;
        FileName?: string | null;
        Index?: number;
        MimeType?: string | null;
    }
    Index

    Properties

    Codec?: string | null

    Gets or sets the codec.

    CodecTag?: string | null

    Gets or sets the codec tag.

    Comment?: string | null

    Gets or sets the comment.

    DeliveryUrl?: string | null

    Gets or sets the delivery URL.

    FileName?: string | null

    Gets or sets the filename.

    Index?: number

    Gets or sets the index.

    MimeType?: string | null

    Gets or sets the MIME type.