Scte35TimeSignalApos class
Scte35 Time Signal Apos
Constructors
- Scte35TimeSignalApos({int? adAvailOffset, Scte35AposNoRegionalBlackoutBehavior? noRegionalBlackoutFlag, Scte35AposWebDeliveryAllowedBehavior? webDeliveryAllowedFlag})
-
Scte35TimeSignalApos.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 → Scte35AposNoRegionalBlackoutBehavior?
-
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 → Scte35AposWebDeliveryAllowedBehavior?
-
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