LocalVideo class Null safety
Keeps the meta data about local video
Constructors
- LocalVideo(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. [...]
read-only, inherited
- isOn → bool
-
Indicates whether video is turned on locally (camera)
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- textureId → int
-
Texture used to bind native SDK renderer and flutter Texture
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited