The members of MonoMac.AVFoundation.AVAssetExportSession are listed below.
See Also: Inherited members from MonoMac.Foundation.NSObject
| A constructor that initializes the object from the data stored in the unarchiver object. | ||
| Constructor to call on derived classes when the derived class has an [Export] constructor. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. | ||
| Creates an export session from an AVAsset and a preset name. |
| [read-only] static | AllExportPresets | string[]. The available export presets. |
| [read-only] | Asset | AVAsset. Documentation for this section has not yet been entered. |
| AudioMix | AVAudioMix. The AVAudioMix for this AVAssetExportSession. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | Error | MonoMac.Foundation.NSError. Documentation for this section has not yet been entered. |
| [read-only] | EstimatedOutputFileLength | long. Documentation for this section has not yet been entered. |
| FileLengthLimit | long. File limit | |
| [read-only] | MaxDuration | MonoMac.CoreMedia.CMTime. Maximum asset duration. |
| Metadata | AVMetadataItem[]. Documentation for this section has not yet been entered. | |
| OutputFileType | string. Documentation for this section has not yet been entered. | |
| OutputUrl | MonoMac.Foundation.NSUrl. Documentation for this section has not yet been entered. | |
| [read-only] static | Preset1280x720 | MonoMac.Foundation.NSString. Represents the value associated with the constant AVAssetExportPreset1280x720 |
| [read-only] static | Preset640x480 | MonoMac.Foundation.NSString. Represents the value associated with the constant AVAssetExportPreset640x480 |
| [read-only] static | Preset960x540 | MonoMac.Foundation.NSString. Represents the value associated with the constant AVAssetExportPreset960x540 |
| [read-only] static | PresetAppleM4A | MonoMac.Foundation.NSString. Represents the value associated with the constant AVAssetExportPresetAppleM4A |
| [read-only] | PresetName | string. Name of the preset. |
| [read-only] static | PresetPassthrough | MonoMac.Foundation.NSString. Represents the value associated with the constant AVAssetExportPresetPassthrough |
| [read-only] | Progress | float. Documentation for this section has not yet been entered. |
| ShouldOptimizeForNetworkUse | bool. Documentation for this section has not yet been entered. | |
| [read-only] | Status | AVAssetExportSessionStatus. Documentation for this section has not yet been entered. |
| [read-only] | SupportedFileTypes | MonoMac.Foundation.NSObject[]. Documentation for this section has not yet been entered. |
| TimeRange | MonoMac.CoreMedia.CMTimeRange. Documentation for this section has not yet been entered. | |
| VideoComposition | AVVideoComposition. Documentation for this section has not yet been entered. |
CancelExport()Cancels exporting. | ||
ExportAsynchronously(AVCompletionHandler)Documentation for this section has not yet been entered. | ||
static | ExportPresetsCompatibleWithAsset(AVAsset)Exports the presets compatible with the given asset. | |
static | FromAsset(AVAsset, string)Documentation for this section has not yet been entered. | |