isMultichannelAudioModeSupported(_:)
A Boolean value that indicates whether the input supports the specified multichannel audio mode.
Declaration
func isMultichannelAudioModeSupported(_ multichannelAudioMode: AVCaptureMultichannelAudioMode) -> BoolParameters
- multichannelAudioMode:
The multichannel audio mode to test.
Return Value
Discussion
You can only set the multichannelAudioMode property if the input supports the value.