IGPAPI
    Preparing search index...

    Interface UploadVideoInput

    interface UploadVideoInput {
        contentTags?: string;
        duration: number;
        extractCoverFrame?: boolean;
        forAlbum?: boolean;
        forDirectStory?: boolean;
        height?: number;
        isClipsVideo?: boolean;
        isDirect?: boolean;
        isDirectVoice?: boolean;
        isIgtvVideo?: boolean;
        isSidecar?: boolean;
        mediaType?: string;
        musicBurninParams?: {
            asset_fbid: string | number | bigint;
            offset_ms: number;
        };
        offset?: number;
        uploadId?: string;
        uploadName?: string;
        video: Buffer;
        waterfallId?: string;
        width?: number;
        xSharingUserIds?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    contentTags?: string
    duration: number
    extractCoverFrame?: boolean
    forAlbum?: boolean
    forDirectStory?: boolean
    height?: number
    isClipsVideo?: boolean
    isDirect?: boolean
    isDirectVoice?: boolean
    isIgtvVideo?: boolean
    isSidecar?: boolean
    mediaType?: string
    musicBurninParams?: { asset_fbid: string | number | bigint; offset_ms: number }
    offset?: number
    uploadId?: string
    uploadName?: string
    video: Buffer
    waterfallId?: string
    width?: number
    xSharingUserIds?: string[]