AUAudioUnitBusArray.GetObject(nuint) Method
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.
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