MediaQualityContract.PictureQuality.ParameterOsdHue Field
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.
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.