AudioTrack.AudioDescriptionMixLeveldB Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the Audio Description mix level in dB.
public virtual float AudioDescriptionMixLeveldB { [Android.Runtime.Register("getAudioDescriptionMixLeveldB", "()F", "GetGetAudioDescriptionMixLeveldBHandler", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getAudioDescriptionMixLeveldB", "()F", "GetGetAudioDescriptionMixLeveldBHandler", ApiSince=30)>]
member this.AudioDescriptionMixLeveldB : single
Property Value
the current Audio Description Mix Level in dB.
A value of Float.NEGATIVE_INFINITY
means
that the audio description is not mixed or
the hardware is not available.
This should reflect the <strong>true</strong> internal device mix level;
hence the application might receive any floating value
except Float.NaN
.
- Attributes
Remarks
Returns the Audio Description mix level in dB.
If Audio Description mixing is unavailable from the hardware device, a value of Float.NEGATIVE_INFINITY
is returned.
Java documentation for android.media.AudioTrack.getAudioDescriptionMixLeveldB()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.