core
    正在准备搜索索引...

    接口 CompressVideoResult

    interface CompressVideoResult {
        size: number;
        tempFilePath: string;
    }
    索引

    属性

    size: number

    压缩后的大小,单位 KB

    tempFilePath: string

    压缩后图片的临时文件路径 (本地路径)