PAGMovieExporter Class Reference

Inherits from NSObject
Declared in PAGMovieExporter.h

Overview

Export the composition to MP4 file.

+ Make:config:callback:

Create a movie Exporter with the specified composition and output movie config.

+ (instancetype)Make:(PAGComposition *)composition config:(PAGExportConfig *)config callback:(id<PAGExportCallback>)callback

Declared In

PAGMovieExporter.h

– start

Start exporting movie asynchronously

- (void)start

Declared In

PAGMovieExporter.h

– cancel

Cancel exporting movie

- (void)cancel

Declared In

PAGMovieExporter.h