Stay organized with collections
Save and categorize content based on your preferences.
HdrType
class HdrType
Defines the type of HDR (high dynamic range) video.
Summary
Constants |
static String |
HDR type for dolby-vision.
|
static String |
HDR type for hdr10.
|
static String |
HDR type for hdr10+.
|
static String |
HDR type for hlg.
|
Constants
DOLBY_VISION
static val DOLBY_VISION: String
HDR type for dolby-vision.
Value: "android.media.feature.hdr.dolby_vision"
HDR10
static val HDR10: String
HDR type for hdr10.
Value: "android.media.feature.hdr.hdr10"
HDR10_PLUS
static val HDR10_PLUS: String
HDR type for hdr10+.
Value: "android.media.feature.hdr.hdr10_plus"
HLG
static val HLG: String
HDR type for hlg.
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 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# MediaFeature.HdrType\n\nAdded in [API level 31](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nHdrType\n=======\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/media/MediaFeature.HdrType \"View this page in Java\") \n\n```\nclass HdrType\n```\n\n|---|-----------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) ||\n| ↳ | [android.media.MediaFeature.HdrType](#) |\n\nDefines the type of HDR (high dynamic range) video.\n\nSummary\n-------\n\n| Constants ||\n|-----------------------------------------------------------------------------------------|------------------------------------------------------------------------|\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [DOLBY_VISION](#DOLBY_VISION:kotlin.String) HDR type for dolby-vision. |\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [HDR10](#HDR10:kotlin.String) HDR type for hdr10. |\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [HDR10_PLUS](#HDR10_PLUS:kotlin.String) HDR type for hdr10+. |\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [HLG](#HLG:kotlin.String) HDR type for hlg. |\n\nConstants\n---------\n\n### DOLBY_VISION\n\nAdded in [API level 31](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val DOLBY_VISION: String\n```\n\nHDR type for dolby-vision. \n\n Value: \"android.media.feature.hdr.dolby_vision\"\n\n### HDR10\n\nAdded in [API level 31](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val HDR10: String\n```\n\nHDR type for hdr10. \n\n Value: \"android.media.feature.hdr.hdr10\"\n\n### HDR10_PLUS\n\nAdded in [API level 31](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val HDR10_PLUS: String\n```\n\nHDR type for hdr10+. \n\n Value: \"android.media.feature.hdr.hdr10_plus\"\n\n### HLG\n\nAdded in [API level 31](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val HLG: String\n```\n\nHDR type for hlg. \n\n Value: \"android.media.feature.hdr.hlg\""]]