ClippingAudioSource class

An AudioSource that clips the audio of a UriAudioSource between a certain start and end time.

Inheritance

Constructors

ClippingAudioSource({required UriAudioSource child, Duration? start, Duration? end, dynamic tag, Duration? duration})
Creates an audio source that clips child to the range start..end, where start and end default to the beginning and end of the original child source.

Properties

child UriAudioSource
final
duration Duration?
getter/setter pairinherited
end Duration?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequence List<IndexedAudioSource>
no setterinherited
shuffleIndices List<int>
no setterinherited
start Duration?
final
tag → dynamic
finalinherited

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