Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
This header file defines the GCKVideoInfo class, which provides details about video formats.
It also defines the GCKVideoInfoHDRType enum, used to specify the High Dynamic Range (HDR) type of a video, including options like SDR, Dolby Vision, and HDR.
The GCKVideoInfoHDRType enum was introduced in version 3.3.
[[["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."],[],["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"]]