@jellyfin/sdk
    Preparing search index...

    Interface VideoAttachmentsApiGetAttachmentRequest

    Request parameters for getAttachment operation in VideoAttachmentsApi.

    VideoAttachmentsApiGetAttachmentRequest

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

    Properties

    index: number

    Attachment Index.

    VideoAttachmentsApiGetAttachment

    mediaSourceId: string

    Media Source ID.

    VideoAttachmentsApiGetAttachment

    videoId: string

    Video ID.

    VideoAttachmentsApiGetAttachment