IVideoModel class abstract

Video model interface Represents a video's model data containing basic video information

Implementers

Constructors

IVideoModel()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getDuration() int?
Get video duration (in milliseconds)
getSupportedResolutions() List<TTVideoEngineResolutionType>?
Get video title Get list of supported resolutions
getVid() String?
Get video ID
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