IgPlayerController class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
isPlaying
↔ StreamController<
bool> -
getter/setter pair
- playerDuration ↔ int
-
getter/setter pair
-
playerTimeListener
↔ StreamController<
int> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
changeSpeed(
double speed) → void - 1.0 is default speed 2.0 is 2x speed and 0.25 is 0.25 speed. No difference between negative or positive value
-
changeVolume(
double volume) → void -
dispose(
) → void - dont forget
-
enablePip(
bool enablePip) → void - only ios, turn on or off pip mode
-
initBridge(
VideoPlayerBridge bridge) → dynamic -
newPosition(
int newPosition) → void -
Updates your player position with
newPosition
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pause(
) → void -
play(
) → void -
skip(
int skipPosition) → void - It will skip forward or backward by the given parameter.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited