Live class
Constructors
- Live()
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- livePlayerListener ↔ LivePlayerListener
-
getter/setter pair
Static Methods
-
pauseAudio(
V2TXLivePlayer livePlayer) → Future< int> -
removeLivePlayerListener(
V2TXLivePlayer livePlayer) → void -
resumeAudio(
V2TXLivePlayer livePlayer) → Future< int> -
setLivePlayerListener(
V2TXLivePlayer livePlayer) → void -
setRenderViewID(
V2TXLivePlayer livePlayer, int viewId) → Future< int> -
setupLivePlayer(
String licenseUrl, String licenseKey) → Future< void> -
startLivePlay(
V2TXLivePlayer livePlayer, String url) → Future< int> -
stopPlay(
V2TXLivePlayer livePlayer) → Future< int>