HlsWorker class
- Inheritance
-
- Object
- BaseWorker<
M3u8Task> - HlsWorker
Constructors
Properties
- dio → Dio
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- onDone → void Function(M3u8Task)?
-
final
- onProgress → void Function(M3u8Task)?
-
final
- postProcessor → PostProcessor
-
Android/iOS PostProcessor,从外部注入
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- segConcurrency → int
-
final
- task → M3u8Task
-
final
Methods
-
cancel(
{bool deleteFiles = false}) → Future< void> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pause(
) → void -
override
-
start(
) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited