VideoPlayerBridge class

Constructors

VideoPlayerBridge(IgPlayerController controller, dynamic viewId)

Properties

controller IgPlayerController
final
eventChannel EventChannel
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

changeSpeed(double speed) → void
changeVolume(double volume) → void
dispose() → void
enablePip(bool enablePip) → void
listenPlayerEvents(dynamic id) Future<void>
mediaChanged(String videoUrl, String title, String subtitle, String artworkUrl, bool autoPlay, double volume) → void
newPosition(int newPosition) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() → void
play() → void
skip(int skipPosition) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited