AVOutputSettingsAssistant Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Register("AVOutputSettingsAssistant", true)]
public class AVOutputSettingsAssistant : Foundation.NSObject
[<Foundation.Register("AVOutputSettingsAssistant", true)>]
type AVOutputSettingsAssistant = class
inherit NSObject
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| AVOutputSettingsAssistant(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| AVOutputSettingsAssistant(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| AudioSettings |
Gets the dictionary of values for creating AVAssetWriterInput instances. |
| AvailableOutputSettingsPresets | |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| CompressedVideoSettings |
Gets or sets the compressed video settings to use when creating a AVAssetWriterInput object. |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| ExposedBindings | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| OutputFileType | |
| Preset1280x720 |
Preset for 1280x720 output. |
| Preset1920x1080 |
Preset for 1920x1080 output. |
| Preset3840x2160 |
Preset for 3840x2160 output. |
| Preset640x480 |
Preset for 640x480 output. |
| Preset960x540 |
Preset for 960x540 output. |
| PresetHevc1920x1080 |
Preset for HVEC 1920x1080 output. |
| PresetHevc3840x2160 |
Preset for HVEC 3840x2160 output |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| SourceAudioFormat | |
| SourceVideoAverageFrameDuration | |
| SourceVideoFormat | |
| SourceVideoMinFrameDuration | |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| UnCompressedVideoSettings |
Gets or sets the uncompressed video settings to use when creating a AVAssetWriterInput object. |
| WeakAudioSettings | |
| WeakVideoSettings | |
| Zone | (Inherited from NSObject) |