AVAssetExportSession.FromAsset(AVAsset, String) 方法

定义

AVAssetExportSession使用指定的预设名称从指定的 asset创建新的 。

[Foundation.Export("exportSessionWithAsset:presetName:")]
public static AVFoundation.AVAssetExportSession FromAsset (AVFoundation.AVAsset asset, string presetName);
static member FromAsset : AVFoundation.AVAsset * string -> AVFoundation.AVAssetExportSession

参数

asset
AVAsset

返回

属性

适用于