AudioContent class
Container for the audio content callbacks. clipStart and clipEnd are the marks in the file (in relative time).
- Inheritance
-
- Object
- MediaContent
- AudioContent
Constructors
-
AudioContent.new(List<
String> paths, double clipStart, double clipEnd) -
const
Properties
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.
override