GCKVideoInfo.h File
Stay organized with collections
Save and categorize content based on your preferences.
GCKVideoInfoHDRType enum.
More...
GCKVideoInfoHDRType enum.
An enum describing video HDR types.
- Since
- 3.3
Enumerator |
---|
GCKVideoInfoHDRTypeUnknown |
Unknown HDR type.
|
GCKVideoInfoHDRTypeSDR |
Standard dynamic range.
|
GCKVideoInfoHDRTypeDV |
Dolby Vision.
|
GCKVideoInfoHDRTypeHDR |
High dynamic range.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 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 2024-09-18 UTC."],[[["\u003cp\u003eThis header file defines the \u003ccode\u003eGCKVideoInfo\u003c/code\u003e class, which provides details about video formats.\u003c/p\u003e\n"],["\u003cp\u003eIt also defines the \u003ccode\u003eGCKVideoInfoHDRType\u003c/code\u003e enum, used to specify the High Dynamic Range (HDR) type of a video, including options like SDR, Dolby Vision, and HDR.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGCKVideoInfoHDRType\u003c/code\u003e enum was introduced in version 3.3.\u003c/p\u003e\n"]]],["The document defines `GCKVideoInfo`, a class representing video format details, and `GCKVideoInfoHDRType`, an enumeration for video High Dynamic Range (HDR) types. The HDR types include `GCKVideoInfoHDRTypeUnknown` (unknown), `GCKVideoInfoHDRTypeSDR` (standard dynamic range), `GCKVideoInfoHDRTypeDV` (Dolby Vision), and `GCKVideoInfoHDRTypeHDR` (high dynamic range). This enumeration is used to specify the HDR format of a video.\n"],null,["# GCKVideoInfo.h File\n\n[Classes](#nested-classes) \\| [Enumerations](#enum-members) \nGCKVideoInfo.h File Reference \nGCKVideoInfoHDRType enum.\n[More...](#details)\n\n|-------|-----------------------------------------------------------------------------------------------------------------|\n| Classes ------- ||\n| class | [GCKVideoInfo](/cast/v3/reference/ios/interface_g_c_k_video_info) |\n| | A class representing video format details. [More...](/cast/v3/reference/ios/interface_g_c_k_video_info#details) |\n| ||\n\n|------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Enumerations ------------ ||\n| enum | [GCKVideoInfoHDRType](/cast/v3/reference/ios/g_c_k_video_info_8h#a0c01c6fd207425fe49a38f77a200e988) { [GCKVideoInfoHDRTypeUnknown](/cast/v3/reference/ios/g_c_k_video_info_8h#a0c01c6fd207425fe49a38f77a200e988a4673eb1376ecc0aeb2e014a9e2a2b85e) = -1, [GCKVideoInfoHDRTypeSDR](/cast/v3/reference/ios/g_c_k_video_info_8h#a0c01c6fd207425fe49a38f77a200e988ad2028fcb39908d986096aa0ab02ba1bc) = 0, [GCKVideoInfoHDRTypeDV](/cast/v3/reference/ios/g_c_k_video_info_8h#a0c01c6fd207425fe49a38f77a200e988ad74a80187faa499fbc0733ec6331e611) = 1, [GCKVideoInfoHDRTypeHDR](/cast/v3/reference/ios/g_c_k_video_info_8h#a0c01c6fd207425fe49a38f77a200e988ae99cff639ac404ca23873c191d25e940) = 2 } |\n| | An enum describing video HDR types. [More...](/cast/v3/reference/ios/g_c_k_video_info_8h#a0c01c6fd207425fe49a38f77a200e988) |\n| ||\n\nDetailed Description\n--------------------\n\nGCKVideoInfoHDRType enum.\n\nEnumeration Type Documentation\n------------------------------\n\n|----------------------------------------------------------------------------------------------------------|\n| enum [GCKVideoInfoHDRType](/cast/v3/reference/ios/g_c_k_video_info_8h#a0c01c6fd207425fe49a38f77a200e988) |\n\nAn enum describing video HDR types.\n\nSince\n: 3.3\n\n| Enumerator ||\n|----------------------------|-------------------------|\n| GCKVideoInfoHDRTypeUnknown | Unknown HDR type. |\n| GCKVideoInfoHDRTypeSDR | Standard dynamic range. |\n| GCKVideoInfoHDRTypeDV | Dolby Vision. |\n| GCKVideoInfoHDRTypeHDR | High dynamic range. |"]]