logo
pub struct ScheduleActionSettings {
    pub hls_id_3_segment_tagging_settings: Option<HlsId3SegmentTaggingScheduleActionSettings>,
    pub hls_timed_metadata_settings: Option<HlsTimedMetadataScheduleActionSettings>,
    pub input_prepare_settings: Option<InputPrepareScheduleActionSettings>,
    pub input_switch_settings: Option<InputSwitchScheduleActionSettings>,
    pub motion_graphics_image_activate_settings: Option<MotionGraphicsActivateScheduleActionSettings>,
    pub motion_graphics_image_deactivate_settings: Option<MotionGraphicsDeactivateScheduleActionSettings>,
    pub pause_state_settings: Option<PauseStateScheduleActionSettings>,
    pub scte_35_return_to_network_settings: Option<Scte35ReturnToNetworkScheduleActionSettings>,
    pub scte_35_splice_insert_settings: Option<Scte35SpliceInsertScheduleActionSettings>,
    pub scte_35_time_signal_settings: Option<Scte35TimeSignalScheduleActionSettings>,
    pub static_image_activate_settings: Option<StaticImageActivateScheduleActionSettings>,
    pub static_image_deactivate_settings: Option<StaticImageDeactivateScheduleActionSettings>,
}
Expand description

Holds the settings for a single schedule action.

Fields

hls_id_3_segment_tagging_settings: Option<HlsId3SegmentTaggingScheduleActionSettings>

Action to insert HLS ID3 segment tagging

hls_timed_metadata_settings: Option<HlsTimedMetadataScheduleActionSettings>

Action to insert HLS metadata

input_prepare_settings: Option<InputPrepareScheduleActionSettings>

Action to prepare an input for a future immediate input switch

input_switch_settings: Option<InputSwitchScheduleActionSettings>

Action to switch the input

motion_graphics_image_activate_settings: Option<MotionGraphicsActivateScheduleActionSettings>

Action to activate a motion graphics image overlay

motion_graphics_image_deactivate_settings: Option<MotionGraphicsDeactivateScheduleActionSettings>

Action to deactivate a motion graphics image overlay

pause_state_settings: Option<PauseStateScheduleActionSettings>

Action to pause or unpause one or both channel pipelines

scte_35_return_to_network_settings: Option<Scte35ReturnToNetworkScheduleActionSettings>

Action to insert SCTE-35 returntonetwork message

scte_35_splice_insert_settings: Option<Scte35SpliceInsertScheduleActionSettings>

Action to insert SCTE-35 splice_insert message

scte_35_time_signal_settings: Option<Scte35TimeSignalScheduleActionSettings>

Action to insert SCTE-35 time_signal message

static_image_activate_settings: Option<StaticImageActivateScheduleActionSettings>

Action to activate a static image overlay

static_image_deactivate_settings: Option<StaticImageDeactivateScheduleActionSettings>

Action to deactivate a static image overlay

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more