AudioComponent.ComponentList Property

Definition

Gets or sets the component list for this audio unit extension.

public AudioUnit.AudioComponentInfo[]? ComponentList { get; set; }
member this.ComponentList : AudioUnit.AudioComponentInfo[] with get, set

Property Value

An array of AudioComponentInfo objects describing the audio components, or null if no components are available.

Remarks

This property allows you to get or set the list of audio components associated with this audio unit extension.

When setting this property, an InvalidOperationException will be thrown if the operation fails.

Applies to