MediaQualityContract.PictureQuality.ParameterGamma 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.
Sets the electro-optical transfer function (EOTF), or "gamma," to be used.
[Android.Runtime.Register("PARAMETER_GAMMA", ApiSince=37)]
public const string ParameterGamma;
[<Android.Runtime.Register("PARAMETER_GAMMA", ApiSince=37)>]
val mutable ParameterGamma : string
Field Value
- Attributes
Remarks
Sets the electro-optical transfer function (EOTF), or "gamma," to be used. This non-linear curve dictates the display's brightness response to the video signal, ensuring correct contrast and shadow detail.
Possible values: MediaQualityContract.GAMMA_DARK; MediaQualityContract.GAMMA_MIDDLE; MediaQualityContract.GAMMA_BRIGHT
Type: STRING
Android reference for android.media.quality.MediaQualityContract.PictureQuality.PARAMETER_GAMMA.
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.