VideoPlayAPI class

Constructors

VideoPlayAPI()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
xcPlayFishVideo(String path, {int seq = 0}) Future<bool>
播放鱼眼视频 path 视频地址 return code:0 直接返回成功
xcPlayNormalVideo(String path, {int seq = 0}) Future<bool>
播放普通视频 path 视频地址 return code:0 直接返回成功

Operators

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

Static Properties

instance VideoPlayAPI
no setter