subscript(_:)
Returns the bus at the specified index.
Declaration
subscript(index: Int) -> AUAudioUnitBus { get }Parameters
- index:
An index corresponding to a bus in the array.
Return Value
The bus located at the specified index.
Returns the bus at the specified index.
subscript(index: Int) -> AUAudioUnitBus { get }An index corresponding to a bus in the array.
The bus located at the specified index.