VideoPresentation class

The VideoPresentation class gathers information about a video presentation.

Note: This class is currently supported only on Android devices.

Constructors

VideoPresentation(Participant owner, num timestamp, String url)

Properties

hashCode int
The hash code for this object.
no setterinherited
owner Participant
The participant who started the presentation.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp num
The current video presentation timestamp used for seeking and pausing the video.
getter/setter pair
url String
The URL of the presented video file.
getter/setter pair

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