AVAssetExportSession 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("AVAssetExportSession", true)]
public class AVAssetExportSession : Foundation.NSObject
[<Foundation.Register("AVAssetExportSession", true)>]
type AVAssetExportSession = class
inherit NSObject
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| AVAssetExportSession(AVAsset, AVAssetExportSessionPreset) |
Creates an export session from an AVAsset and a preset. |
| AVAssetExportSession(AVAsset, String) | |
| AVAssetExportSession(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| AVAssetExportSession(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) |
| AllExportPresets | |
| AllowsParallelizedExport | |
| Asset | |
| AudioMix | |
| AudioTimePitchAlgorithm | |
| AudioTrackGroupHandling | |
| AVAssetExportPresetMvHevc1440x1440 |
Obsolete.
Represents the value associated with the constant 'AVAssetExportPresetMVHEVC1440x1440'. |
| AVAssetExportPresetMvHevc960x960 |
Obsolete.
Represents the value associated with the constant 'AVAssetExportPresetMVHEVC960x960'. |
| CanPerformMultiplePassesOverSourceMediaData | |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| CustomVideoCompositor | |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| DirectoryForTemporaryFiles | |
| Error | |
| EstimatedOutputFileLength | |
| ExposedBindings | (Inherited from NSObject) |
| FileLengthLimit | |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| MaxDuration | |
| Metadata | |
| MetadataItemFilter | |
| OutputFileType | |
| OutputUrl | |
| Preset1280x720 |
Obsolete.
Represents the value associated with the constant AVAssetExportPreset1280x720 |
| Preset1920x1080 |
Obsolete.
Represents the value associated with the constant AVAssetExportPreset1920x1080. |
| Preset3840x2160 |
Obsolete.
Represents the value associated with the constant AVAssetExportPreset3840x2160. |
| Preset640x480 |
Obsolete.
Represents the value associated with the constant AVAssetExportPreset640x480 |
| Preset960x540 |
Obsolete.
Represents the value associated with the constant AVAssetExportPreset960x540 |
| PresetAppleM4A |
Obsolete.
Represents the value associated with the constant AVAssetExportPresetAppleM4A |
| PresetAppleProRes4444Lpcm |
Obsolete.
Represents the value associated with the constant 'AVAssetExportPresetAppleProRes4444LPCM'. |
| PresetHevc1920x1080 |
Obsolete.
Represents the value associated with the constant AVAssetExportPresetHEVC1920x1080. |
| PresetHevc1920x1080WithAlpha |
Obsolete.
Represents the value associated with the constant 'AVAssetExportPresetHEVC1920x1080WithAlpha'. |
| PresetHevc3840x2160 |
Obsolete.
Represents the value associated with the constant AVAssetExportPresetHEVC3840x2160. |
| PresetHevc3840x2160WithAlpha |
Obsolete.
Represents the value associated with the constant 'AVAssetExportPresetHEVC3840x2160WithAlpha'. |
| PresetHevc7680x4320 |
Obsolete.
Represents the value associated with the constant 'AVAssetExportPresetHEVC7680x4320'. |
| PresetHevcHighestQuality |
Obsolete.
Represents the value associated with the constant AVAssetExportPresetHEVCHighestQuality. |
| PresetHevcHighestQualityWithAlpha |
Obsolete.
Represents the value associated with the constant 'AVAssetExportPresetHEVCHighestQualityWithAlpha'. |
| PresetHighestQuality |
Obsolete.
Represents the value associated with the constant AVAssetExportPresetHighestQuality |
| PresetLowQuality |
Obsolete.
Represents the value associated with the constant AVAssetExportPresetLowQuality |
| PresetMediumQuality |
Obsolete.
Represents the value associated with the constant AVAssetExportPresetMediumQuality |
| PresetName | |
| PresetPassthrough |
Obsolete.
Represents the value associated with the constant AVAssetExportPresetPassthrough |
| Progress | |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| ShouldOptimizeForNetworkUse | |
| Status | |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| SupportedFileTypes | |
| TimeRange | |
| VideoComposition | |
| Zone | (Inherited from NSObject) |