AudioTrack.SetAudioDescriptionMixLeveldB(Single) Method

Definition

Sets the Audio Description mix level in dB.

[Android.Runtime.Register("setAudioDescriptionMixLeveldB", "(F)Z", "GetSetAudioDescriptionMixLeveldB_FHandler", ApiSince=30)]
public virtual bool SetAudioDescriptionMixLeveldB (float level);
[<Android.Runtime.Register("setAudioDescriptionMixLeveldB", "(F)Z", "GetSetAudioDescriptionMixLeveldB_FHandler", ApiSince=30)>]
abstract member SetAudioDescriptionMixLeveldB : single -> bool
override this.SetAudioDescriptionMixLeveldB : single -> bool

Parameters

level
Single

a floating point value between Float.NEGATIVE_INFINITY to +48.f, where Float.NEGATIVE_INFINITY means the Audio Description is not mixed and a level of 0.f means the Audio Description is mixed without scaling.

Returns

Boolean

true on success, false on failure.

Attributes

Remarks

Java documentation for android.media.AudioTrack.setAudioDescriptionMixLeveldB(float).

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.

Applies to