AudioMixerAttributes.Builder.SetMixerBehavior(AudioMixerBehavior) Method
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.
Sets the mixer behavior for the audio mixer
[Android.Runtime.Register("setMixerBehavior", "(I)Landroid/media/AudioMixerAttributes$Builder;", "", ApiSince=34)]
public Android.Media.AudioMixerAttributes.Builder SetMixerBehavior(Android.Media.AudioMixerBehavior mixerBehavior);
[<Android.Runtime.Register("setMixerBehavior", "(I)Landroid/media/AudioMixerAttributes$Builder;", "", ApiSince=34)>]
member this.SetMixerBehavior : Android.Media.AudioMixerBehavior -> Android.Media.AudioMixerAttributes.Builder
Parameters
- mixerBehavior
- AudioMixerBehavior
must be AudioMixerAttributes.MIXER_BEHAVIOR_DEFAULT or AudioMixerAttributes.MIXER_BEHAVIOR_BIT_PERFECT. Value is one of the following: AudioMixerAttributes.MIXER_BEHAVIOR_DEFAULT AudioMixerAttributes.MIXER_BEHAVIOR_BIT_PERFECT
Returns
the same Builder instance. This value cannot be null.
- Attributes
Remarks
Sets the mixer behavior for the audio mixer
Android reference for android.media.AudioMixerAttributes.Builder.setMixerBehavior.
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.