[][src]Struct rusoto_medialive::AudioCodecSettings

pub struct AudioCodecSettings {
    pub aac_settings: Option<AacSettings>,
    pub ac_3_settings: Option<Ac3Settings>,
    pub eac_3_settings: Option<Eac3Settings>,
    pub mp_2_settings: Option<Mp2Settings>,
    pub pass_through_settings: Option<PassThroughSettings>,
}

Audio Codec Settings

Fields

aac_settings: Option<AacSettings>ac_3_settings: Option<Ac3Settings>eac_3_settings: Option<Eac3Settings>mp_2_settings: Option<Mp2Settings>pass_through_settings: Option<PassThroughSettings>

Trait Implementations

impl Clone for AudioCodecSettings[src]

impl Debug for AudioCodecSettings[src]

impl Default for AudioCodecSettings[src]

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

impl PartialEq<AudioCodecSettings> for AudioCodecSettings[src]

impl Serialize for AudioCodecSettings[src]

impl StructuralPartialEq for AudioCodecSettings[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: for<'de> 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> Sealed<T> for T where
    T: ?Sized

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.