VideoClip class

A video clip.

Constructors

VideoClip(String identifier, String videoURI, {String? artist, String? title, String? thumbnailURI})
Creates a new VideoClip.

Properties

artist String?
The artist of the media item.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
identifier String
The identifier of the item.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnailURI String?
A URI for the thumbnail image of the video clip. If null the thumbnail will be automatically generated from the videoURI.
final
title String?
The title of the media item.
finalinherited
videoURI String
A URI for the video clip. Remote resources are not optimized and therefore should be downloaded in advance and then passed to the editor as local resources.
final

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