#include <media_utils.hpp>
Public Attributes | |
| int | bit_depth = 0 |
| int | color_primaries = 0 |
| int | color_range = 0 |
| int | color_space = 0 |
| int | color_transfer = 0 |
| std::vector< std::uint8_t > | content_light |
| bool | hdr = false |
| std::vector< std::uint8_t > | mastering_display |
| bool | valid = false |
Definition at line 15 of file media_utils.hpp.
| int acmxvk::VideoHdrInfo::bit_depth = 0 |
Definition at line 18 of file media_utils.hpp.
Referenced by acmxvk::printVideoHdrInfo(), and acmxvk::probeVideoHdrInfo().
| int acmxvk::VideoHdrInfo::color_primaries = 0 |
Definition at line 19 of file media_utils.hpp.
Referenced by acmxvk::printVideoHdrInfo(), and acmxvk::probeVideoHdrInfo().
| int acmxvk::VideoHdrInfo::color_range = 0 |
Definition at line 22 of file media_utils.hpp.
Referenced by acmxvk::printVideoHdrInfo(), and acmxvk::probeVideoHdrInfo().
| int acmxvk::VideoHdrInfo::color_space = 0 |
Definition at line 21 of file media_utils.hpp.
Referenced by acmxvk::printVideoHdrInfo(), and acmxvk::probeVideoHdrInfo().
| int acmxvk::VideoHdrInfo::color_transfer = 0 |
Definition at line 20 of file media_utils.hpp.
Referenced by acmxvk::printVideoHdrInfo(), and acmxvk::probeVideoHdrInfo().
| std::vector<std::uint8_t> acmxvk::VideoHdrInfo::content_light |
Definition at line 24 of file media_utils.hpp.
Referenced by acmxvk::printVideoHdrInfo(), and acmxvk::probeVideoHdrInfo().
| bool acmxvk::VideoHdrInfo::hdr = false |
Definition at line 17 of file media_utils.hpp.
Referenced by acmxvk::printVideoHdrInfo(), and acmxvk::probeVideoHdrInfo().
| std::vector<std::uint8_t> acmxvk::VideoHdrInfo::mastering_display |
Definition at line 23 of file media_utils.hpp.
Referenced by acmxvk::printVideoHdrInfo(), and acmxvk::probeVideoHdrInfo().
| bool acmxvk::VideoHdrInfo::valid = false |
Definition at line 16 of file media_utils.hpp.
Referenced by main(), and acmxvk::probeVideoHdrInfo().