Language

EncoderProfiles.VideoProfile.HdrFormat Property

Definition

The HDR format of the encoded video.

public int HdrFormat { [Android.Runtime.Register("getHdrFormat", "()I", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getHdrFormat", "()I", "", ApiSince=33)>]
member this.HdrFormat : int

Property Value

Value is one of the following: HDR_NONE HDR_HLG HDR_HDR10 HDR_HDR10PLUS HDR_DOLBY_VISION

Attributes

Remarks

The HDR format of the encoded video.

This is one of the HDR_ values.

Java documentation for android.media.EncoderProfiles.VideoProfile.getHdrFormat().

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