Contents

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.

See Also

Bus Array Methods and Properties