UNPKG

694 BTypeScriptView Raw
1import Taro from '@tarojs/api';
2declare const openVideoEditor: (option?: {}, ...args: any[]) => Promise<Partial<TaroGeneral.CallbackResult> & Record<string, unknown> & TaroGeneral.CallbackResult>;
3/**
4 * 创建 video 上下文 VideoContext 对象。
5 */
6declare const createVideoContext: typeof Taro.createVideoContext;
7declare const compressVideo: (option?: {}, ...args: any[]) => Promise<Partial<TaroGeneral.CallbackResult> & Record<string, unknown> & TaroGeneral.CallbackResult>;
8export * from "./saveVideoToPhotosAlbum.js";
9export { openVideoEditor, createVideoContext, compressVideo };
10export * from "./getVideoInfo.js";
11export * from "./chooseMedia.js";
12export * from "./chooseVideo.js";