[][src]Struct rusoto_mediaconvert::DolbyVision

pub struct DolbyVision {
    pub l6_metadata: Option<DolbyVisionLevel6Metadata>,
    pub l6_mode: Option<String>,
    pub profile: Option<String>,
}

Settings for Dolby Vision

Fields

l6_metadata: Option<DolbyVisionLevel6Metadata>

Use these settings when you set DolbyVisionLevel6Mode to SPECIFY to override the MaxCLL and MaxFALL values in your input with new values.

l6_mode: Option<String>

Use Dolby Vision Mode to choose how the service will handle Dolby Vision MaxCLL and MaxFALL properies.

profile: Option<String>

In the current MediaConvert implementation, the Dolby Vision profile is always 5 (PROFILE_5). Therefore, all of your inputs must contain Dolby Vision frame interleaved data.

Trait Implementations

impl Clone for DolbyVision[src]

impl Debug for DolbyVision[src]

impl Default for DolbyVision[src]

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

impl PartialEq<DolbyVision> for DolbyVision[src]

impl Serialize for DolbyVision[src]

impl StructuralPartialEq for DolbyVision[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

impl<T> From<T> for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.