Share via


AudioMixerAttributes.MixerBehaviorBitPerfect Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.AudioMixerBehavior enum directly instead of this field.

Constant indicating the audio mixer behavior is bit-perfect, which indicates there will not be mixing happen, the audio data will be sent as is down to the HAL.

[Android.Runtime.Register("MIXER_BEHAVIOR_BIT_PERFECT", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.AudioMixerBehavior enum directly instead of this field.", true)]
public const Android.Media.AudioMixerBehavior MixerBehaviorBitPerfect = 1;
[<Android.Runtime.Register("MIXER_BEHAVIOR_BIT_PERFECT", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.AudioMixerBehavior enum directly instead of this field.", true)>]
val mutable MixerBehaviorBitPerfect : Android.Media.AudioMixerBehavior

Field Value

Value = 1

Implements

Attributes

Remarks

Constant indicating the audio mixer behavior is bit-perfect, which indicates there will not be mixing happen, the audio data will be sent as is down to the HAL.

Java documentation for android.media.AudioMixerAttributes.MIXER_BEHAVIOR_BIT_PERFECT.

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