@jellyfin/sdk
    Preparing search index...

    Interface MediaAttachment

    Class MediaAttachment.

    MediaAttachment

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

    Properties

    Codec?: null | string

    Gets or sets the codec.

    MediaAttachment

    CodecTag?: null | string

    Gets or sets the codec tag.

    MediaAttachment

    Comment?: null | string

    Gets or sets the comment.

    MediaAttachment

    DeliveryUrl?: null | string

    Gets or sets the delivery URL.

    MediaAttachment

    FileName?: null | string

    Gets or sets the filename.

    MediaAttachment

    Index?: number

    Gets or sets the index.

    MediaAttachment

    MimeType?: null | string

    Gets or sets the MIME type.

    MediaAttachment