Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface GetVideoUploadResultVideoInfo

    GetVideoUploadResultVideoInfo sub-interface for GetVideoUploadResultResponseData

    interface GetVideoUploadResultVideoInfo {
        duration?: any;
        thumbnail_url_list?: GetVideoUploadResultThumbnailUrl[];
        video_url_list?: GetVideoUploadResultVideoUrl[];
    }
    Index

    Properties

    duration?: any

    Duration of this video, in seconds.

    thumbnail_url_list?: GetVideoUploadResultThumbnailUrl[]

    Video thumbnail image URL list.

    video_url_list?: GetVideoUploadResultVideoUrl[]

    Video playback URL list.