AVAudioUnitType Class

Definition

Enumerates the types of audio processing plug-ins.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Obsoleted(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.None, "All fields will return 'null'.")]
public static class AVAudioUnitType
type AVAudioUnitType = class
Inheritance
AVAudioUnitType
Attributes

Properties

Effect

Indicates that the underlying audio unit is an effect.

FormatConverter

Indicates that the underlying audio unit is a format converter.

Generator

Indicates that the underlying audio unit is a generator.

MidiProcessor

Indicates that the underlying audio unit is a MIDI processor.

Mixer

Indicates that the underlying audio unit is a mixer.

MusicDevice

Indicates that the underlying audio unit is a music device.

MusicEffect

Indicates that the underlying audio unit is a music effect.

OfflineEffect

Indicates that the underlying audio unit is an offline effect.

Output

Indicates that the underlying audio unit is an output unit.

Panner

Indicates that the underlying audio unit is a panner.

Applies to