AVAssetExportSession.FromAsset(AVAsset, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的預設名稱,從指定的 asset
建立新的 AVAssetExportSession 。
[Foundation.Export("exportSessionWithAsset:presetName:")]
public static AVFoundation.AVAssetExportSession FromAsset (AVFoundation.AVAsset asset, string presetName);
static member FromAsset : AVFoundation.AVAsset * string -> AVFoundation.AVAssetExportSession
參數
- asset
- AVAsset
- presetName
- String
預設名稱 (、、、、、、 PresetAppleM4APreset1280x720 或 PresetPassthrough) 。 Preset960x540Preset640x480PresetHighestQualityPresetMediumQualityPresetLowQuality
傳回
- 屬性