LocalVideo class

Keeps the meta data about local video

Constructors

LocalVideo.new(bool _isOn, int _textureId)
Default constructor to create and instance of local video with given video state and texture id
LocalVideo.stopped()
Factory constructor that just makes new empty instance with local video marked as stopped and teture id set to -1 (not valid)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isOn bool
Indicates whether video is turned on locally (camera)
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textureId int
Texture used to bind native SDK renderer and flutter Texture
no setter

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