AudioItem class
Constructors
-
AudioItem({required RequestSong url, String? title = "", String? albumTitle = "", String? artist = "", String? albumimageUrl = "", double? skipInterval = 10.0, double? volume = 100, bool? enable_equalizer = false, bool isLocalFile = false, double duration = 0.0, List<
double> ? frequecy, double speed = 1.0, double pan = 0.0, double pitch = 0.0})
Properties
- albumimageUrl → String?
-
final
- albumTitle → String?
-
final
- artist → String?
-
final
- duration → double
-
final
- enable_equalizer → bool?
-
final
-
frequecy
→ List<
double> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isLocalFile → bool
-
final
- pan → double
-
final
- pitch → double
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skipInterval → double?
-
final
- speed → double
-
final
- title → String?
-
final
- url → RequestSong
-
final
- volume → double?
-
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