inputFormat(forBus:)
Gets the input format for the bus you specify.
Declaration
func inputFormat(forBus bus: AVAudioNodeBus) -> AVAudioFormatParameters
- bus:
An audio node bus.
Return Value
An AVAudioFormat instance that represents the input format of the bus.
See Also
Related Documentation
- AVFoundation Programming Guide