PlayerStream constructor
const
PlayerStream(
- Stream<
Playlist> playlist, - Stream<
bool> playing, - Stream<
bool> completed, - Stream<
Duration> position, - Stream<
Duration> duration, - Stream<
double> volume, - Stream<
double> rate, - Stream<
double> pitch, - Stream<
bool> buffering, - Stream<
Duration> buffer, - Stream<
PlaylistMode> playlistMode, - Stream<
AudioParams> audioParams, - Stream<
VideoParams> videoParams, - Stream<
double?> audioBitrate, - Stream<
AudioDevice> audioDevice, - Stream<
List< audioDevices,AudioDevice> > - Stream<
Track> track, - Stream<
Tracks> tracks, - Stream<
int?> width, - Stream<
int?> height, - Stream<
List< subtitle,String> > - Stream<
PlayerLog> log, - Stream<
String> error,
Implementation
const PlayerStream(
this.playlist,
this.playing,
this.completed,
this.position,
this.duration,
this.volume,
this.rate,
this.pitch,
this.buffering,
this.buffer,
this.playlistMode,
this.audioParams,
this.videoParams,
this.audioBitrate,
this.audioDevice,
this.audioDevices,
this.track,
this.tracks,
this.width,
this.height,
this.subtitle,
this.log,
this.error,
);