BetterPlayerDataSourceType enum
Source types of video. Network type is used for videos that are hosted on the web service. File type is used for videos that will be read from mobile device.
Values
- network → const BetterPlayerDataSourceType
- file → const BetterPlayerDataSourceType
- memory → const BetterPlayerDataSourceType
Properties
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
Constants
-
values
→ const List<
BetterPlayerDataSourceType> - A constant List of the values in this enum, in order of their declaration.