VeLivePlayer class abstract

Constructors

VeLivePlayer()

Properties

hashCode int
The hash code for this object.
no setterinherited
managerId int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addExtraHttpRequestHeadersByUser(VeLivePlayerHeaders headers) Future<void>
destroy() Future<void>
isMute() Future<bool?>
isPlaying() Future<bool?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() Future<void>
play() Future<void>
setConfig(VeLivePlayerConfiguration config) Future<void>
setMute(bool mute) Future<void>
setObserver(VeLivePlayerObserver observer) Future<void>
setPlayStreamData(VeLivePlayerStreamData streamData) Future<void>
setPlayUrl(String url) Future<void>
setRenderFillMode(VeLivePlayerFillMode fillMode) Future<void>
setRenderRotation(VeLivePlayerRotation rotation) Future<void>
stop() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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