Language

VideoProfileHdr Enum

Definition

public enum VideoProfileHdr
type VideoProfileHdr = 
Inheritance
VideoProfileHdr

Fields

Name Value Description
None 0

Not HDR (SDR). An HDR format specifying SDR (Standard Dynamic Range) recording.

Android reference for android.media.EncoderProfiles.VideoProfile.HDR_NONE.

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.

Hlg 1

HLG (Hybrid-Log Gamma). An HDR format specifying HLG.

Android reference 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.

Hdr10 2

HDR10. An HDR format specifying HDR10.

Android reference for android.media.EncoderProfiles.VideoProfile.HDR_HDR10.

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.

Hdr10plus 3

HDR10+. An HDR format specifying HDR10+.

Android reference 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.

DolbyVision 4

Dolby Vision An HDR format specifying Dolby Vision. For this format the codec is always a Dolby Vision encoder. The encoder profile specifies which Dolby Vision version is being used.

Android reference for android.media.EncoderProfiles.VideoProfile.HDR_DOLBY_VISION.

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