AVAssetExportSession.FromAsset(AVAsset, String) 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.
Creates a new AVAssetExportSession from the specified asset
, with the specified preset name.
[Foundation.Export("exportSessionWithAsset:presetName:")]
public static AVFoundation.AVAssetExportSession FromAsset (AVFoundation.AVAsset asset, string presetName);
static member FromAsset : AVFoundation.AVAsset * string -> AVFoundation.AVAssetExportSession
Parameters
- asset
- AVAsset
- presetName
- String
The preset name (PresetLowQuality, PresetMediumQuality, PresetHighestQuality, Preset640x480, Preset960x540, Preset1280x720, PresetAppleM4A or PresetPassthrough).
Returns
- Attributes