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