ClipTimestampRange class
The range of timestamps for which to return fragments.
The values in the ClipTimestampRange are inclusive. Fragments
that begin before the start time but continue past it, or fragments that
begin before the end time but continue past it, are included in the session.
Constructors
- ClipTimestampRange({required DateTime endTimestamp, required DateTime startTimestamp})
Properties
- endTimestamp → DateTime
-
The end of the timestamp range for the requested media.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTimestamp → DateTime
-
The starting timestamp in the range of timestamps for which to return
fragments.
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