[ Web Proxy ]
URL:
Viewing: https://developer.android.com/reference/android/media/MediaFeature.HdrType [Back]  [Original]

MediaFeature.HdrType  |  API reference  |  Android Developers Skip to main content
Essentials Design & Plan Develop Google Play Blog
Search:
Android Studio
Android Developers [Android Developers]
Stay organized with collections Save and categorize content based on your preferences.

MediaFeature.HdrType


public static final class MediaFeature.HdrType
extends Object

java.lang.Object
   ↳ android.media.MediaFeature.HdrType


Defines the type of HDR (high dynamic range) video.

Summary

Constants

String DOLBY_VISION

HDR type for dolby-vision.

String HDR10

HDR type for hdr10.

String HDR10_PLUS

HDR type for hdr10+.

String HLG

HDR type for hlg.

Inherited methods

Constants

DOLBY_VISION

Added in API level 31
public static final String DOLBY_VISION

HDR type for dolby-vision.

Constant Value: "android.media.feature.hdr.dolby_vision"

HDR10

Added in API level 31
public static final String HDR10

HDR type for hdr10.

Constant Value: "android.media.feature.hdr.hdr10"

HDR10_PLUS

Added in API level 31
public static final String HDR10_PLUS

HDR type for hdr10+.

Constant Value: "android.media.feature.hdr.hdr10_plus"

HLG

Added in API level 31
public static final String HLG

HDR type for hlg.

Constant Value: "android.media.feature.hdr.hlg"

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2026-08-03 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-08-03 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page