Cuepoint class
Note that there may be a 5-second end-point resolution issue.
For instance, if a cuepoint comes in for 22:03:27, we may stuff the cuepoint into 22:03:25 or 22:03:30, depending. This is an artifact of HLS.
Constructors
Properties
- cueType ↔ String?
-
Possible string values are:
getter/setter pair
- durationSecs ↔ int?
-
The duration of this cuepoint.
getter/setter pair
- etag ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The identifier for cuepoint resource.
getter/setter pair
- insertionOffsetTimeMs ↔ String?
-
The time when the cuepoint should be inserted by offset to the broadcast
actual start time.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- walltimeMs ↔ String?
-
The wall clock time at which the cuepoint should be inserted.
getter/setter pair
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