Platforms to show: All Mac Windows Linux Cross-Platform

Back to AVCaptureAudioChannelMBS class.

AVCaptureAudioChannelMBS.averagePowerLevel as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The instantaneous average power level, in dB. (read-only)

Some examples using this method:

AVCaptureAudioChannelMBS.Constructor   Private

Type Topic Plugin Version macOS Windows Linux iOS Targets
method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The private constructor.

AVCaptureAudioChannelMBS.Enabled as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Indicates whether the channel is currently enabled for data capture.

By default, all AVCaptureAudioChannel objects exposed by a connection are enabled. You may set enabled to false to stop the flow of data for a particular channel.
(Read and Write computed property)

AVCaptureAudioChannelMBS.peakHoldLevel as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The peak hold power level, in dB. (read-only)

AVCaptureAudioChannelMBS.volume as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
The current volume (gain) of the channel.

The volume property indicates the current volume or gain of the receiver as a floating point value between 0.0 and 1.0. If you want to boost the gain in software, you may specify a a value greater than 1.0.
(Read and Write computed property)

The items on this page are in the following plugins: MBS AVFoundation Plugin.


The biggest plugin in space...