AVAssetWriter.FromUrl(NSUrl, String, NSError) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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