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