VideoFile class

Class that represents a video loaded by the controller. Contains the path of the video source source, the sourceType and the video info info from the video.

Properties

hashCode int
Computes the hashCode given the value of the attributes of this instance.
no setteroverride
info VideoInfo?
Info related to the loaded file.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String?
Path of the source loaded.
final
sourceType VideoSourceType?
Type of source loaded.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
String representation of the instance.
override

Operators

operator ==(Object other) bool
Equation operator. Compare this instance to the other instance.
override