Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface UploadVideoPartParams

    Parameters for v2.media_space.upload_video_part

    interface UploadVideoPartParams {
        content_md5: string;
        part_content: Buffer;
        part_seq: number;
        video_upload_id: string;
    }
    Index

    Properties

    content_md5: string

    MD5 of this part

    part_content: Buffer

    The content of this part of file as a buffer (exactly 4MB except last part)

    part_seq: number

    Sequence of the current part, starts from 0

    video_upload_id: string

    The video_upload_id returned by init_video_upload