Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 275 Bytes

VideoExport.md

File metadata and controls

13 lines (9 loc) · 275 Bytes

视频导出介绍

开发者API介绍

public interface IVideoExport {

    void setVideoRenderListener(VideoExportRenderListener listener);

    int export(String config, InputType type, ExportInfo exportInfo, ExportListener listener);

    void cancel();
}