hdr10plus 2.1.5

HDR10+ metadata parsing and writing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod metadata;

#[cfg(feature = "json")]
pub mod metadata_json;

#[cfg(feature = "hevc")]
pub mod hevc;

/// C API module
#[cfg(any(cargo_c, feature = "capi"))]
pub mod capi;

/// Structs used and exposed in the C API
#[cfg(any(cargo_c, feature = "capi"))]
pub mod c_structs;