AudioComponentType Enum

Definition

An enumeration whose values represent different types of audio components.

public enum AudioComponentType
type AudioComponentType = 
Inheritance
AudioComponentType

Fields

Effect 1635083896

An effect component, when set, you want to set a component subtype in the ComponentSubType to one of the values from T:AudioUnit.AUAudioUnitSubType.Effect

FormatConverter 1635083875

An format converter component, when set, you want to set a component subtype in the ComponentSubType to one of the values from T:AudioUnit.AUAudioUnitSubType.FormatConverter

Generator 1635084142

A generator component, when set, you want to set a component subtype in the ComponentSubType to one of the values from T:AudioUnit.AUAudioUnitSubType.Generator

MIDIProcessor 1635085673

A MIDI processor component, they can receive MIDI input and generate MIDI output, but they do not actually produce audio.

Mixer 1635085688

A mixer component, when set, you want to set a component subtype in the ComponentSubType to one of the values from T:AudioUnit.AUAudioUnitSubType.Mixer

MusicDevice 1635085685

A music device component, when set, you want to set a component subtype in the ComponentSubType to one of the values from AudioTypeMusicDevice

MusicEffect 1635085670

An effect component that can also work on MIDI control messages.

OfflineEffect 1635086188

An offline effect component, used to process data from files or to perform offline audio processing (not real time)

Output 1635086197

An effect component, when set, you want to set a component subtype in the ComponentSubType to one of the values from T:AudioUnit.AUAudioUnitSubType.Output

Panner 1635086446

A panner component that will pan a single audio input to a single output. When set, you want to set a component subtype in the ComponentSubType to one of the values from T:AudioUnit.AUAudioUnitSubType.Panner

RemoteEffect 1635086968

A remote effect component

RemoteGenerator 1635086951

A remote generator.

RemoteInstrument 1635086953

A remote instrument

RemoteMusicEffect 1635021421

A remote music effect

Remarks

Describes an audio unit component type.

Applies to