Contents

supportsNumberInputChannels(_:outputChannels:)

Gets a Boolean value that indicates whether the audio unit component supports the specified number of input and output channels.

Declaration

func supportsNumberInputChannels(_ numInputChannels: Int, outputChannels numOutputChannels: Int) -> Bool

Parameters

  • numInputChannels:

    The number of input channels.

  • numOutputChannels:

    The number of output channels.

Return Value

A value of true if the audio unit component supports the specified number of input and output channels; otherwise, false.

See Also

Getting audio unit component information