TTVideoEngineLoadCacheInfo class
Constructors
-
TTVideoEngineLoadCacheInfo({String? cacheKey, int? mediaSize, int? preloadHeaderSize, int? preloadOffset, int? preloadSize, TTVideoEngineCacheState? cacheState, TTVideoEngineResolutionType? resolution, String? localFilePath, int? maxCacheEnd, TTError? error, List<
TTVideoEngineCacheRange> ? cacheRanges, bool? isFinished}) - TTVideoEngineLoadCacheInfo.fromJson(Map json)
-
factory
Properties
- cacheKey ↔ String?
-
getter/setter pair
-
cacheRanges
↔ List<
TTVideoEngineCacheRange> ? -
getter/setter pair
- cacheState ↔ TTVideoEngineCacheState?
-
getter/setter pair
- error ↔ TTError?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isFinished ↔ bool?
-
getter/setter pair
- localFilePath ↔ String?
-
getter/setter pair
- maxCacheEnd ↔ int?
-
getter/setter pair
- mediaSize ↔ int?
-
getter/setter pair
- preloadHeaderSize ↔ int?
-
getter/setter pair
- preloadOffset ↔ 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
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