[][src]Struct rusoto_mediaconvert::M2tsScte35Esam

pub struct M2tsScte35Esam {
    pub scte_35_esam_pid: Option<i64>,
}

Settings for SCTE-35 signals from ESAM. Include this in your job settings to put SCTE-35 markers in your HLS and transport stream outputs at the insertion points that you specify in an ESAM XML document. Provide the document in the setting SCC XML (sccXml).

Fields

scte_35_esam_pid: Option<i64>

Packet Identifier (PID) of the SCTE-35 stream in the transport stream generated by ESAM.

Trait Implementations

impl Clone for M2tsScte35Esam[src]

impl Debug for M2tsScte35Esam[src]

impl Default for M2tsScte35Esam[src]

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

impl PartialEq<M2tsScte35Esam> for M2tsScte35Esam[src]

impl Serialize for M2tsScte35Esam[src]

impl StructuralPartialEq for M2tsScte35Esam[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> Instrument for T[src]

impl<T> Instrument 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.