AVAssetExportSessionPresetExtensions.GetValue(NSString) Method

Definition

Returns the enumeration value for the provided string constant.

public static AVFoundation.AVAssetExportSessionPreset GetValue (Foundation.NSString constant);
static member GetValue : Foundation.NSString -> AVFoundation.AVAssetExportSessionPreset

Parameters

constant
NSString

The constant for which to return an enumeration value.

Returns

Applies to