Video360Controller class

Constructors

Video360Controller({required int id, String? url, double? width, double? height, bool? isRepeat, Video360ControllerPlayInfo? onPlayInfo})

Properties

hashCode int
The hash code for this object.
no setterinherited
height double?
final
id int
final
isRepeat bool?
final
onPlayInfo Video360ControllerPlayInfo?
final
playInfoStream StreamSubscription?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String?
final
width double?
final

Methods

dispose() Future<void>
getCurrentPosition() Future<int>
getDuration() Future<int>
init(String url, double width, double height, bool isRepeat) Future<void>
isPlaying() Future<bool>
jumpTo(double millisecond) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onPanUpdate(bool isStart, double x, double y) Future<void>
play() Future<void>
reset() Future<void>
seekTo(double millisecond) Future<void>
stop() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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