ScheduleActionSettings class

Holds the settings for a single schedule action.

Constructors

ScheduleActionSettings({HlsId3SegmentTaggingScheduleActionSettings? hlsId3SegmentTaggingSettings, HlsTimedMetadataScheduleActionSettings? hlsTimedMetadataSettings, InputPrepareScheduleActionSettings? inputPrepareSettings, InputSwitchScheduleActionSettings? inputSwitchSettings, PauseStateScheduleActionSettings? pauseStateSettings, Scte35ReturnToNetworkScheduleActionSettings? scte35ReturnToNetworkSettings, Scte35SpliceInsertScheduleActionSettings? scte35SpliceInsertSettings, Scte35TimeSignalScheduleActionSettings? scte35TimeSignalSettings, StaticImageActivateScheduleActionSettings? staticImageActivateSettings, StaticImageDeactivateScheduleActionSettings? staticImageDeactivateSettings})
ScheduleActionSettings.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
hlsId3SegmentTaggingSettings HlsId3SegmentTaggingScheduleActionSettings?
Action to insert HLS ID3 segment tagging
final
hlsTimedMetadataSettings HlsTimedMetadataScheduleActionSettings?
Action to insert HLS metadata
final
inputPrepareSettings InputPrepareScheduleActionSettings?
Action to prepare an input for a future immediate input switch
final
inputSwitchSettings InputSwitchScheduleActionSettings?
Action to switch the input
final
pauseStateSettings PauseStateScheduleActionSettings?
Action to pause or unpause one or both channel pipelines
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scte35ReturnToNetworkSettings Scte35ReturnToNetworkScheduleActionSettings?
Action to insert SCTE-35 return_to_network message
final
scte35SpliceInsertSettings Scte35SpliceInsertScheduleActionSettings?
Action to insert SCTE-35 splice_insert message
final
scte35TimeSignalSettings Scte35TimeSignalScheduleActionSettings?
Action to insert SCTE-35 time_signal message
final
staticImageActivateSettings StaticImageActivateScheduleActionSettings?
Action to activate a static image overlay
final
staticImageDeactivateSettings StaticImageDeactivateScheduleActionSettings?
Action to deactivate a static image overlay
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited