Language

MediaQualityManager.SetMutedColor(Color) Method

Definition

Set the color for the "color mute" feature.

[Android.Runtime.Register("setMutedColor", "(I)V", "", ApiSince=37)]
public void SetMutedColor(Android.Graphics.Color color);
[<Android.Runtime.Register("setMutedColor", "(I)V", "", ApiSince=37)>]
member this.SetMutedColor : Android.Graphics.Color -> unit

Parameters

color
Color

The ARGB color to be set.

Attributes

Remarks

Set the color for the "color mute" feature.

The selected color will be displayed when the color mute feature is enabled, and in the absence of a signal for the display.

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

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