Returns the array of presets to use when creating an output settings assistant.
SDKs
- iOS 7.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- AVFoundation
Declaration
class func availableOutputSettingsPresets() -> [AVOutput Settings Preset]
Return Value
An array of strings , each of which is a preset identifier.
Discussion
Each preset in the returned list can be passed in to the init(preset:)
class method to create a new instance of the class.
Special Considerations
On iOS, the returned array may differ according to the device model.