VideoCompressEvent class
视频压缩进度回调事件
Constructors
Properties
- batchProgressDescription → String
-
Batch progress description
no setterinherited
- compressionId → String?
-
Optional compression ID for tracking specific operations
finalinherited
- currentIndex → int?
-
Optional current video index for batch operations
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isBatchOperation → bool
-
Whether this is a batch operation
no setterinherited
- progress → double
-
Progress value from 0.0 to 1.0
finalinherited
- progressFormatted → String
-
Formatted progress string
no setterinherited
- progressPercentage → double
-
Progress as percentage (0-100)
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- total → int?
-
Optional total number of videos for batch operations
finalinherited
- videoPath → String?
-
Optional video path being processed
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
Convert to map for native platform
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited