AUAudioUnitPreset
extension AUAudioUnitPreset
-
Initialize new instance with given values
Declaration
Swift
public convenience init(number: Int, name: String)
Parameters
number
the unique number for this preset. Factory presets must be non-negative.
name
the display name for the preset.
-
Obtain a custom description string of the instance
Declaration
Swift
override public var description: String { get }