Platforms to show: All Mac Windows Linux Cross-Platform

Back to AVOutputSettingsAssistantMBS class.

AVOutputSettingsAssistantMBS.available as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 14.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Whether this class is available.

Returns true on Mac OS X 10.9 or later.

AVOutputSettingsAssistantMBS.AVOutputSettingsPreset1280x720 as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 14.0 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined presets.

AVOutputSettingsAssistantMBS.AVOutputSettingsPreset1920x1080 as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 14.0 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined presets.

AVOutputSettingsAssistantMBS.AVOutputSettingsPreset640x480 as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 14.0 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined presets.

AVOutputSettingsAssistantMBS.AVOutputSettingsPreset960x540 as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 14.0 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined presets.

AVOutputSettingsAssistantMBS.outputSettingsAssistantWithPreset(presetIdentifier as string) as AVOutputSettingsAssistantMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 14.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns an instance of AVOutputSettingsAssistant corresponding to the given preset.

presetIdentifier: The string identifier, for example AVOutputSettingsPreset1280x720, for the desired preset.

Returns an instance of AVOutputSettingsAssistant with properties corresponding to the given preset, or nil if there is no such preset.

The properties of the returned object can be used as a guide for creating and configuring an AVAssetWriter object and one or more AVAssetWriterInput objects. If all the suggested properties are respected in creating the AVAssetWriter, the resulting media file will conform to the criteria implied by the preset.

The items on this page are in the following plugins: MBS AVFoundation Plugin.


The biggest plugin in space...