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.
Class that contains info attributes of a video file.
Contains height, the width and the duration of the file.
This class is loaded once the video is loaded in the player.
Callback that is called when the player had an error trying to load/play
the video source. The values what and extra are Android exclusives and
message is iOS exclusive.
Callback that is called when the player finished loading the video
source and is prepared to start the playback. The controller
and videoInfo is given as parameters when the function is called.
The videoInfo parameter contains info related to the file loaded.