DetectedProperties class

The detected properties of the input file. Elastic Transcoder identifies these values from the input file.

Constructors

DetectedProperties({int? durationMillis, int? fileSize, String? frameRate, int? height, int? width})
DetectedProperties.fromJson(Map<String, dynamic> json)
factory

Properties

durationMillis int?
The detected duration of the input file, in milliseconds.
final
fileSize int?
The detected file size of the input file, in bytes.
final
frameRate String?
The detected frame rate of the input file, in frames per second.
final
hashCode int
The hash code for this object.
no setterinherited
height int?
The detected height of the input file, in pixels.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int?
The detected width of the input file, in pixels.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited