name(forOutputBus:)
Retrieves the name of the output bus you specify.
Declaration
func name(forOutputBus bus: AVAudioNodeBus) -> String?Parameters
- bus:
The output bus from an audio node.
Return Value
The name of the output bus.
Retrieves the name of the output bus you specify.
func name(forOutputBus bus: AVAudioNodeBus) -> String?The output bus from an audio node.
The name of the output bus.