MediaPlayerChannel class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addChunk(
String playerId, Uint8List data) → Future< void> -
create(
String playerId) → Future< void> -
dispose(
String playerId) → Future< void> -
hasPermission(
String playerId) → Future< bool> -
isCreated(
String playerId) → Future< bool> -
isReady(
String playerId) → Future< bool> -
listDevices(
String playerId) → Future< List> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
start(
String playerId, String? deviceId) → Future< void> -
stop(
String playerId) → Future< String?> -
toString(
) → String -
A string representation of this object.
inherited
-
volume(
String playerId, double value) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited