InputSwitchScheduleActionSettings class
Settings for the "switch input" action: to switch from ingesting one input to ingesting another input.
Constructors
-
InputSwitchScheduleActionSettings({required String inputAttachmentNameReference, InputClippingSettings? inputClippingSettings, List<
String> ? urlPath}) -
InputSwitchScheduleActionSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputAttachmentNameReference → String
-
The name of the input attachment (not the name of the input!) to switch to.
The name is specified in the channel configuration.
final
- inputClippingSettings → InputClippingSettings?
-
Settings to let you create a clip of the file input, in order to set up the
input to ingest only a portion of the file.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
urlPath
→ List<
String> ? -
The value for the variable portion of the URL for the dynamic input, for
this instance of the input. Each time you use the same dynamic input in an
input switch action, you can provide a different value, in order to connect
the input to a different content source.
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