Language

MediaQualityContract.PictureQuality.ParameterOsdHue Field

Definition

Key for adjusting the Hue (color tint) of the On-Screen Display (OSD).

[Android.Runtime.Register("PARAMETER_OSD_HUE", ApiSince=37)]
public const string ParameterOsdHue;
[<Android.Runtime.Register("PARAMETER_OSD_HUE", ApiSince=37)>]
val mutable ParameterOsdHue : string

Field Value

Attributes

Remarks

Key for adjusting the Hue (color tint) of the On-Screen Display (OSD).

This parameter affects only the graphical user interface layer (e.g., system menus, volume bars, channel information) and does not alter the underlying video content.

Adjusting the OSD Hue rotates the color phase of the UI elements. While rarely changed for standard usage, it can be used for accessibility purposes or specific stylistic themes.

The value range is from 0 - 100. The default value is 50.

Type: INTEGER

Android reference for android.media.quality.MediaQualityContract.PictureQuality.PARAMETER_OSD_HUE.

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