[][src]Struct rusoto_mediaconvert::Hdr10Metadata

pub struct Hdr10Metadata {
    pub blue_primary_x: Option<i64>,
    pub blue_primary_y: Option<i64>,
    pub green_primary_x: Option<i64>,
    pub green_primary_y: Option<i64>,
    pub max_content_light_level: i64,
    pub max_frame_average_light_level: i64,
    pub max_luminance: Option<i64>,
    pub min_luminance: Option<i64>,
    pub red_primary_x: Option<i64>,
    pub red_primary_y: Option<i64>,
    pub white_point_x: Option<i64>,
    pub white_point_y: Option<i64>,
}

Use the HDR master display (Hdr10Metadata) settings to correct HDR metadata or to provide missing metadata. These values vary depending on the input video and must be provided by a color grader. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate. Note that these settings are not color correction. Note that if you are creating HDR outputs inside of an HLS CMAF package, to comply with the Apple specification, you must use the HVC1 for H.265 setting.

Fields

HDR Master Display Information must be provided by a color grader, using color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate. Note that this setting is not for color correction.

HDR Master Display Information must be provided by a color grader, using color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate. Note that this setting is not for color correction.

HDR Master Display Information must be provided by a color grader, using color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate. Note that this setting is not for color correction.

HDR Master Display Information must be provided by a color grader, using color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate. Note that this setting is not for color correction.

Maximum light level among all samples in the coded video sequence, in units of candelas per square meter.

Maximum average light level of any frame in the coded video sequence, in units of candelas per square meter.

Nominal maximum mastering display luminance in units of of 0.0001 candelas per square meter.

Nominal minimum mastering display luminance in units of of 0.0001 candelas per square meter

HDR Master Display Information must be provided by a color grader, using color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate. Note that this setting is not for color correction.

HDR Master Display Information must be provided by a color grader, using color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate. Note that this setting is not for color correction.

HDR Master Display Information must be provided by a color grader, using color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate. Note that this setting is not for color correction.

HDR Master Display Information must be provided by a color grader, using color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate. Note that this setting is not for color correction.

Trait Implementations

impl Clone for Hdr10Metadata
[src]

Performs copy-assignment from source. Read more

impl Default for Hdr10Metadata
[src]

impl PartialEq<Hdr10Metadata> for Hdr10Metadata
[src]

impl Debug for Hdr10Metadata
[src]

impl Serialize for Hdr10Metadata
[src]

impl<'de> Deserialize<'de> for Hdr10Metadata
[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Erased for T

impl<T> Same for T

Should always be Self