Objective-C , . exportSession , exportSession .
, , . , , , exportAsynchronouslyWithCompletionHandler:.
AVAssetExportSession* exportSession = [[AVAssetExportSession alloc] initWithAsset: composition presetName: AVAssetExportPresetHighestQuality];
[exportSession exportAsynchronouslyWithCompletionHandler: ^(void) {
NSLog(@"Export Complete %d %@", exportSession.status, exportSession.error);
}];
[exportSession release];
: exportSession , .
, .