HLSStreamProperties class

HLSStreamProperties class defines the properties of the HLS stream.

Constructors

HLSStreamProperties({double? rollingWindowTime, double? streamDuration})
HLSStreamProperties.fromMap(Map map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
rollingWindowTime double?
rollingWindowTime is the time interval for which user can seek the stream
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamDuration double?
streamDuration is the total duration of the stream generally null in case of live stream
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited