AVCaptureAudioChannelMBS methods

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

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.


💬 Ask a question or report a problem