AudioComponent.ComponentList Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.