ATrimFilter class

Reduces a given audio stream to the segment between start and end.

Implemented types

Constructors

ATrimFilter({Duration? start, Duration? end, Duration? duration})
const

Properties

duration Duration?
The maximum duration of the output in seconds
final
end Duration?
The time of the first frame that will be dropped
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start Duration?
The time of the start of the kept section
final

Methods

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

Operators

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