MediaInterface class abstract
- Implementers
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
-
createTexture(
) → Future< int?> -
currentPosition(
) → Future< int?> -
duration(
) → Future< int?> -
isPlaying(
) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pause(
) → Future< void> -
play(
{required String path, required bool isVideo}) → Future< void> -
release(
) → Future< void> -
resume(
) → Future< void> -
seekTo(
{required int msec}) → Future< void> -
setVolume(
{required double leftVolume, required double rightVolume}) → Future< void> -
stop(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
trackInfo(
) → Future< Map< String, dynamic> > -
videoHeight(
) → Future< int?> -
videoWidth(
) → Future< int?>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited