Contents

isMultichannelAudioModeSupported(_:)

A Boolean value that indicates whether the input supports the specified multichannel audio mode.

Declaration

func isMultichannelAudioModeSupported(_ multichannelAudioMode: AVCaptureMultichannelAudioMode) -> Bool

Parameters

  • multichannelAudioMode:

    The multichannel audio mode to test.

Return Value

true if the input supports the mode; otherwise, false.

Discussion

You can only set the multichannelAudioMode property if the input supports the value.

See Also

Configuring audio properties