MediaPlayer class

Inheritance
  • Object
  • PlatformInterface
  • MediaPlayer

Constructors

MediaPlayer()

Properties

hashCode int
The hash code for this object.
no setterinherited
isCreated Future<bool>
no setter
isReady Future<bool>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addChunk(Uint8List data) Future<bool>
dispose() Future<void>
hasPermission() Future<bool>
listDevices() Future<List>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start(String? deviceId) Future<void>
stop() Future<String?>
toString() String
A string representation of this object.
inherited
volume(double value) Future<void>

Operators

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