@jellyfin/sdk
    Preparing search index...

    Interface VideoApiGetAttachmentRequest

    Request parameters for getAttachment operation in VideoApi.

    interface VideoApiGetAttachmentRequest {
        index: number;
        mediaSourceId: string;
        videoId: string;
    }
    Index
    index: number

    Attachment Index.

    mediaSourceId: string

    Media Source ID.

    videoId: string

    Video ID.