Interface VideoAttachmentsApiGetAttachmentRequest

Request parameters for getAttachment operation in VideoAttachmentsApi.

VideoAttachmentsApiGetAttachmentRequest

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

Properties

index: number

Attachment Index.

VideoAttachmentsApiGetAttachment

mediaSourceId: string

Media Source ID.

VideoAttachmentsApiGetAttachment

videoId: string

Video ID.

VideoAttachmentsApiGetAttachment