Scte35SpliceInsert class

Scte35 Splice Insert

Constructors

Scte35SpliceInsert({int? adAvailOffset, Scte35SpliceInsertNoRegionalBlackoutBehavior? noRegionalBlackoutFlag, Scte35SpliceInsertWebDeliveryAllowedBehavior? webDeliveryAllowedFlag})
Scte35SpliceInsert.fromJson(Map<String, dynamic> json)
factory

Properties

adAvailOffset int?
When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time. This only applies to embedded SCTE 104/35 messages and does not apply to OOB messages.
final
hashCode int
The hash code for this object.
no setterinherited
noRegionalBlackoutFlag Scte35SpliceInsertNoRegionalBlackoutBehavior?
When set to ignore, Segment Descriptors with noRegionalBlackoutFlag set to 0 will no longer trigger blackouts or Ad Avail slates
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
webDeliveryAllowedFlag Scte35SpliceInsertWebDeliveryAllowedBehavior?
When set to ignore, Segment Descriptors with webDeliveryAllowedFlag set to 0 will no longer trigger blackouts or Ad Avail slates
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