VideoEncodingResultEntity class

Provides converting result data

Constructors

VideoEncodingResultEntity({required String originSourceLocation, required String processedFileId, required int token, required String thumbnailsGroupId})
const
VideoEncodingResultEntity.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
originSourceLocation String
Input file identifier including transformations, if present.
final
processedFileId String
A UUID of your processed video file.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
thumbnailsGroupId String
Holds groupId, a UUID of a file group with thumbnails for an output video, based on the thumbs operation parameters.
final
token int
A processing job token that can be used to get a job status
final

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