AUAudioUnitBusArray.GetObject(nuint) Method

Definition

Returns the bus at the spcified location in the array.

[Foundation.Export("objectAtIndexedSubscript:")]
public virtual AudioUnit.AUAudioUnitBus GetObject (nuint index);
abstract member GetObject : nuint -> AudioUnit.AUAudioUnitBus
override this.GetObject : nuint -> AudioUnit.AUAudioUnitBus

Parameters

index
System.System.UIntPtr System.unativeint

The zero-based index into the bus array of the desired bus.

Returns

The bus at the spcified location in the array.

Attributes

Applies to