AVAssetExportSession.PresetAppleM4A Property

Definition

Caution

Use 'AVAssetExportSessionPreset.AppleM4A.GetConstant ()' instead.

Represents the value associated with the constant AVAssetExportPresetAppleM4A

[Foundation.Field("AVAssetExportPresetAppleM4A", "AVFoundation")]
[System.Obsolete("Use 'AVAssetExportSessionPreset.AppleM4A.GetConstant ()' instead.", false)]
public static Foundation.NSString PresetAppleM4A { get; }
[<Foundation.Field("AVAssetExportPresetAppleM4A", "AVFoundation")>]
[<System.Obsolete("Use 'AVAssetExportSessionPreset.AppleM4A.GetConstant ()' instead.", false)>]
static member PresetAppleM4A : Foundation.NSString

Property Value

Attributes

Remarks

Audio-only, gapless playback for iTunes.

Applies to