Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ScheduleActionSettings

import type { ScheduleActionSettings } from "https://aws-api.deno.dev/v0.3/services/medialive.ts?docs=full";

Holds the settings for a single schedule action.

interface ScheduleActionSettings {
HlsId3SegmentTaggingSettings?: HlsId3SegmentTaggingScheduleActionSettings | null;
HlsTimedMetadataSettings?: HlsTimedMetadataScheduleActionSettings | null;
InputPrepareSettings?: InputPrepareScheduleActionSettings | null;
InputSwitchSettings?: InputSwitchScheduleActionSettings | null;
MotionGraphicsImageActivateSettings?: MotionGraphicsActivateScheduleActionSettings | null;
MotionGraphicsImageDeactivateSettings?: MotionGraphicsDeactivateScheduleActionSettings | null;
PauseStateSettings?: PauseStateScheduleActionSettings | null;
Scte35ReturnToNetworkSettings?: Scte35ReturnToNetworkScheduleActionSettings | null;
Scte35SpliceInsertSettings?: Scte35SpliceInsertScheduleActionSettings | null;
Scte35TimeSignalSettings?: Scte35TimeSignalScheduleActionSettings | null;
StaticImageActivateSettings?: StaticImageActivateScheduleActionSettings | null;
StaticImageDeactivateSettings?: StaticImageDeactivateScheduleActionSettings | null;
}

§Properties

§
HlsId3SegmentTaggingSettings?: HlsId3SegmentTaggingScheduleActionSettings | null
[src]

Action to insert HLS ID3 segment tagging

§
HlsTimedMetadataSettings?: HlsTimedMetadataScheduleActionSettings | null
[src]

Action to insert HLS metadata

§
InputPrepareSettings?: InputPrepareScheduleActionSettings | null
[src]

Action to prepare an input for a future immediate input switch

§
InputSwitchSettings?: InputSwitchScheduleActionSettings | null
[src]

Action to switch the input

§
MotionGraphicsImageActivateSettings?: MotionGraphicsActivateScheduleActionSettings | null
[src]

Action to activate a motion graphics image overlay

§
MotionGraphicsImageDeactivateSettings?: MotionGraphicsDeactivateScheduleActionSettings | null
[src]

Action to deactivate a motion graphics image overlay

§
PauseStateSettings?: PauseStateScheduleActionSettings | null
[src]

Action to pause or unpause one or both channel pipelines

§
Scte35ReturnToNetworkSettings?: Scte35ReturnToNetworkScheduleActionSettings | null
[src]

Action to insert SCTE-35 return_to_network message

§
Scte35SpliceInsertSettings?: Scte35SpliceInsertScheduleActionSettings | null
[src]

Action to insert SCTE-35 splice_insert message

§
Scte35TimeSignalSettings?: Scte35TimeSignalScheduleActionSettings | null
[src]

Action to insert SCTE-35 time_signal message

§
StaticImageActivateSettings?: StaticImageActivateScheduleActionSettings | null
[src]

Action to activate a static image overlay

§
StaticImageDeactivateSettings?: StaticImageDeactivateScheduleActionSettings | null
[src]

Action to deactivate a static image overlay