Scte35SpliceInsertScheduleActionSettings class
Settings for a SCTE-35 splice_insert message.
Constructors
- Scte35SpliceInsertScheduleActionSettings({required int spliceEventId, int? duration})
-
Scte35SpliceInsertScheduleActionSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- duration → int?
-
Optional, the duration for the splice_insert, 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 splice_insert will
continue indefinitely and there is an expectation that you will enter a
return_to_network to end the splice_insert at the appropriate time.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spliceEventId → int
-
The splice_event_id for the SCTE-35 splice_insert, as defined in SCTE-35.
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