AVAssetWriter.FromUrl(NSUrl, String, NSError) Method

Definition

Factory method to create a AVAssetWriter that will write to the specified outputUrl.

[Foundation.Export("assetWriterWithURL:fileType:error:")]
public static AVFoundation.AVAssetWriter FromUrl (Foundation.NSUrl outputUrl, string outputFileType, out Foundation.NSError error);
static member FromUrl : Foundation.NSUrl * string *  -> AVFoundation.AVAssetWriter

Parameters

outputUrl
NSUrl
outputFileType
String
error
NSError

Returns

Attributes

Applies to