Contents

isEnabled

A Boolean value that indicates whether the channel is in an enabled state.

Declaration

var isEnabled: Bool { get set }

Discussion

By default, a connection enables all audio channels that it exposes. You can set this value to false to stop the flow of data for a particular channel.

See Also

Configuring a channel