MethodChannelVideo360 class
An implementation of Video360Platform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- Video360Platform
- MethodChannelVideo360
Constructors
Properties
- channelPrefix → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
dispose(
int viewId) → Future< void> -
override
-
getCurrentPosition(
int viewId) → Future< int> -
override
-
getDuration(
int viewId) → Future< int> -
override
-
init(
int viewId, String url, double width, double height, bool isRepeat) → Future< void> -
override
-
isPlaying(
int viewId) → Future< bool> -
override
-
jumpTo(
int viewId, double millisecond) → Future< void> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onPanUpdate(
int viewId, bool isStart, double x, double y) → Future< void> -
override
-
play(
int viewId) → Future< void> -
override
-
reset(
int viewId) → Future< void> -
override
-
seekTo(
int viewId, double millisecond) → Future< void> -
override
-
stop(
int viewId) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited