AudioChunk class
Chunked audio file for processing large files.
Constructors
Properties
- duration → Duration
-
Duration of this chunk.
no setter
- endTime → Duration
-
End time in the original file.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
Chunk index (0-based).
final
- path → String
-
Path to chunk file.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → int
-
Chunk size in bytes.
final
- startTime → Duration
-
Start time in the original file.
final
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