AssetVideoProvider class

Provider to load video files from assets and display them in widgets.

アセットからビデオファイルをロードしてウィジェットで表示するためのプロバイダー。

Provider to load video data and display it in widgets.

AssetVideoProvider, etc.

ビデオのデータをロードしてウィジェットで表示するためのプロバイダー。

AssetVideoProviderなどがあります。

Inheritance
Available Extensions
Annotations

Constructors

AssetVideoProvider(String path)
Provider to load video files from assets and display them in widgets.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
path String
Paths in the asset.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
override