AudioData class

Constructors

AudioData({required String playerId, String? url = "", String? title = "", String? albumTitle = "", String? artist = "", String? albumimageUrl = "", required double volume, required double skipInterval, required bool enable_equalizer, required List<double> frequecy, bool? isLocalFile, double speed = 1.0, double pan = 0.0, double pitch = 0.0})

Properties

albumimageUrl String?
final
albumTitle String?
final
artist String?
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
playerId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skipInterval double
final
speed double
final
title String?
final
url String?
final
volume double
final

Methods

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

Operators

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