MediaPlayer class
- Inheritance
-
- Object
- PlatformInterface
- MediaPlayer
Constructors
Properties
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