Language

MediaQualityManager.SetColorMuteEnabled(Boolean) Method

Definition

Sets whether color mute is enabled.

[Android.Runtime.Register("setColorMuteEnabled", "(Z)V", "", ApiSince=37)]
public void SetColorMuteEnabled(bool enable);
[<Android.Runtime.Register("setColorMuteEnabled", "(Z)V", "", ApiSince=37)>]
member this.SetColorMuteEnabled : bool -> unit

Parameters

enable
Boolean

Whether color mute is enabled.

Attributes

Remarks

Sets whether color mute is enabled.

This feature enables the display of a colored screen in the absence of a signal to display. The color can be configured by setMutedColor(int).

Android reference for android.media.quality.MediaQualityManager.setColorMuteEnabled.

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