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