Contents

preferredOutputNumberOfChannels

The preferred number of output channels for the current route.

Declaration

var preferredOutputNumberOfChannels: Int { get }

Discussion

The value of this property indicates the preferred number of output channels selected using the setPreferredOutputNumberOfChannels(_:) method.

To determine the actual number of channels, query the outputNumberOfChannels property.

See Also

Setting the number of output channels