AudioItem constructor
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,
Implementation
AudioItem({required this.url, this.title = "", this.albumTitle = "", this.artist = "", this.albumimageUrl = "", this.skipInterval = 10.0,this.volume = 100,this.enable_equalizer = false,this.isLocalFile = false,this.duration = 0.0,this.frequecy,this.speed = 1.0,this.pan = 0.0,this.pitch = 0.0});