[][src]Struct rusoto_medialive::Scte35SpliceInsertScheduleActionSettings

pub struct Scte35SpliceInsertScheduleActionSettings {
    pub duration: Option<i64>,
    pub splice_event_id: i64,
}

Settings for a SCTE-35 splice_insert message.

Fields

duration: Option<i64>

Optional, the duration for the spliceinsert, in 90 KHz ticks. To convert seconds to ticks, multiple the seconds by 90,000. If you enter a duration, there is an expectation that the downstream system can read the duration and cue in at that time. If you do not enter a duration, the spliceinsert will continue indefinitely and there is an expectation that you will enter a returntonetwork to end the splice_insert at the appropriate time.

splice_event_id: i64

The spliceeventid for the SCTE-35 splice_insert, as defined in SCTE-35.

Trait Implementations

impl PartialEq<Scte35SpliceInsertScheduleActionSettings> for Scte35SpliceInsertScheduleActionSettings[src]

impl Default for Scte35SpliceInsertScheduleActionSettings[src]

impl Clone for Scte35SpliceInsertScheduleActionSettings[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Scte35SpliceInsertScheduleActionSettings[src]

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

impl Serialize for Scte35SpliceInsertScheduleActionSettings[src]

Auto Trait Implementations

Blanket Implementations

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

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

type Owned = T

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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

The type returned in the event of a conversion error.

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

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

impl<T> Erased for T

impl<T> Same for T

type Output = T

Should always be Self