Kdplayer class

Constructors

Kdplayer()

Properties

currentStream Stream<double>
Get the current position stream.
no setter
durationtStream Stream<double>
Get the current position stream.
no setter
hashCode int
The hash code for this object.
no setterinherited
metadataStream Stream<List<String>>
Get the metadata stream.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateStream Stream<bool>
Get the playback state stream.
no setter

Methods

getMetadataArtwork() Future<Image?>
Get artwork from metadata
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() Future<void>
play() Future<void>
setDefaultArtwork(String image) Future<void>
Set default artwork
setMediaItem(String title, String url, [String? image]) Future<void>
setSeekTo(double value) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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