AudioTypeConverter Enum

Definition

An enumeration whose values specify different audio unit format converters.

public enum AudioTypeConverter
type AudioTypeConverter = 
Inheritance
AudioTypeConverter

Fields

AU 1668247158

Indicates a converter that does linear PCM conversions.

AUiPodTime 1768977517

Indicates an iPhone audio unit that provides basic control over playback.

AUiPodTimeOther 1768977519

Indicates a basic iPhone audio unit. (iOS 5.0 or later.)

DeferredRenderer 1684366962

Indicates a cross-thread audio unit with a delay that is controlled by its buffer size.

Merger 1835364967

Indicates an audio unit that merges two inputs.

MultiSplitter 1836281964

Indicates an audio unit that splits its input to more than two outputs.

NewTimePitch 1853191280

Indicates an audio unit that provides independent control of pitch and speed. (iOS 6.0 and later.)

RoundTripAAC 1918984547

Indicates an audio unit that handles round trip AAC data.

Splitter 1936747636

Indicates an audio unit that splits its input to two outputs.

TimePitch 1953329268
Varispeed 1986097769

Indicates an audio unit that controls speed.

Applies to