TTVideoEngineLocalServerTaskInfo class
Constructors
- TTVideoEngineLocalServerTaskInfo({String? key, String? videoId, TTVideoEngineResolutionType? resolution, String? localFilePath, int? mediaSize, int? cacheSizeFromZero, String? decryptionKey, int? preloadSize, TTVideoEngineDataLoaderTaskType? taskType})
- TTVideoEngineLocalServerTaskInfo.fromJson(Map json)
-
factory
Properties
- cacheSizeFromZero ↔ int?
-
getter/setter pair
- decryptionKey ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- key ↔ String?
-
getter/setter pair
- localFilePath ↔ String?
-
getter/setter pair
- mediaSize ↔ int?
-
getter/setter pair
- preloadSize ↔ int?
-
getter/setter pair
- resolution ↔ TTVideoEngineResolutionType?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- taskType ↔ TTVideoEngineDataLoaderTaskType?
-
getter/setter pair
- videoId ↔ String?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited