[][src]Struct rusoto_medialive::InputLossBehavior

pub struct InputLossBehavior {
    pub black_frame_msec: Option<i64>,
    pub input_loss_image_color: Option<String>,
    pub input_loss_image_slate: Option<InputLocation>,
    pub input_loss_image_type: Option<String>,
    pub repeat_frame_msec: Option<i64>,
}

Placeholder documentation for InputLossBehavior

Fields

Documentation update needed

When input loss image type is "color" this field specifies the color to use. Value: 6 hex characters representing the values of RGB.

When input loss image type is "slate" these fields specify the parameters for accessing the slate.

Indicates whether to substitute a solid color or a slate into the output after input loss exceeds blackFrameMsec.

Documentation update needed

Trait Implementations

impl Clone for InputLossBehavior
[src]

Performs copy-assignment from source. Read more

impl Default for InputLossBehavior
[src]

impl PartialEq<InputLossBehavior> for InputLossBehavior
[src]

impl Debug for InputLossBehavior
[src]

impl Serialize for InputLossBehavior
[src]

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

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

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

impl<T> ToOwned for T where
    T: Clone
[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, 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> BorrowMut for T where
    T: ?Sized
[src]

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

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

impl<T> Same for T

Should always be Self

impl<T> Erased for T