Share via


EncoderProfiles.VideoProfile.HdrHlg Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.VideoProfileHdr enum directly instead of this field.

HLG (Hybrid-Log Gamma).

[Android.Runtime.Register("HDR_HLG", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.VideoProfileHdr enum directly instead of this field.", true)]
public const Android.Media.VideoProfileHdr HdrHlg = 1;
[<Android.Runtime.Register("HDR_HLG", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.VideoProfileHdr enum directly instead of this field.", true)>]
val mutable HdrHlg : Android.Media.VideoProfileHdr

Field Value

Value = 1
Attributes

Remarks

HLG (Hybrid-Log Gamma).

An HDR format specifying HLG.

Java documentation for android.media.EncoderProfiles.VideoProfile.HDR_HLG.

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