VideoEncodingResultEntity class

Provides converting result data

Inheritance

Constructors

VideoEncodingResultEntity({required String processedFileId, required String thumbnailsGroupId, String? originSourceLocation, int? token})
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.
finalinherited
processedFileId String
A UUID of your processed video file.
finalinherited
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
finalinherited

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