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) -> BoolParameters
- 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.