TestHostVideoPlayerApi class abstract

Constructors

TestHostVideoPlayerApi()

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

create(CreateMessage arg) TextureMessage
dispose(TextureMessage arg) → void
initialize() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause(TextureMessage arg) → void
play(TextureMessage arg) → void
position(TextureMessage arg) PositionMessage
seekTo(PositionMessage arg) → void
setLooping(LoopingMessage arg) → void
setMixWithOthers(MixWithOthersMessage arg) → void
setPlaybackSpeed(PlaybackSpeedMessage arg) → void
setVolume(VolumeMessage arg) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

setup(TestHostVideoPlayerApi? api) → void