Share via


EncoderProfiles.VideoProfile.HdrHdr10plus Field

Definition

Caution

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

HDR10+.

[Android.Runtime.Register("HDR_HDR10PLUS", 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 HdrHdr10plus = 3;
[<Android.Runtime.Register("HDR_HDR10PLUS", 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 HdrHdr10plus : Android.Media.VideoProfileHdr

Field Value

Value = 3
Attributes

Remarks

HDR10+.

An HDR format specifying HDR10+.

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

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