JWPlayerWeb class
A web implementation of the JwplayerPlatform of the Jwplayer plugin.
- Inheritance
-
- Object
- PlatformInterface
- JWPlayerPlatform
- JWPlayerWeb
Constructors
- JWPlayerWeb.new()
- Constructs a JwplayerWeb
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
-
buildView(
int viewId, void onPlatformViewCreated(int)) → Widget -
override
-
create(
) → Future< int> -
override
-
dispose(
int viewId) → Future< void> -
override
-
getPlatformVersion(
) → Future< String> -
Returns a String containing the version of the platform.
override
-
init(
) → Future< void> -
Initializes the platform interface and disposes all existing players.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pause(
int id) → Future< void> -
override
-
play(
int id) → Future< void> -
override
-
seek(
double to, int id) → Future< void> -
inherited
-
setConfig(
Map< String, dynamic> config, int id) → Future<void> -
override
-
setLicenseKey(
String licenseKey) → Future< void> -
override
-
stop(
int id) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
videoEventsFor(
int textureId) → Stream< VideoEvent> -
Returns a Stream of VideoEventTypes.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
registerWith(
Registrar registrar) → void