AVFoundation.AVOutputSettingsAssistant Class
Provides pre-configured video and audio settings for use with AVFoundation.

See Also: AVOutputSettingsAssistant Members

Syntax

[Foundation.Register("AVOutputSettingsAssistant", true)]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_7_0)]
public class AVOutputSettingsAssistant : Foundation.NSObject

Remarks

This class provides preconfigured AVAudioSettings, AVVideoSettingsCompressed and AVVideoSettingsUncompressed that can be used by other classes in AVFoundation.

Use any of the static Preset properties in this class to access the defaults, and then one of the instance properties to get the audio and video settings.

c# Example

//
// Get the 640x480 audio settings
//
var audioSettings = AVOutputSettingsAssistant.Preset640x80.AudioSettings;

Related content

Requirements

Namespace: AVFoundation
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0