MediaMetadata class

Object for video information.

Constructors

MediaMetadata.new({String? path, Duration duration = Duration.zero, Fraction? dimensions, int numberOfStreams = 0})

Properties

aspectRatio ↔ Fraction?
getter/setter pair
dimensions ↔ Fraction?
getter/setter pair
duration Duration
getter/setter pair
fileExtension String?
getter/setter pair
filename String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
numberOfStreams int
getter/setter pair
path String?
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
toString() String
A string representation of this object.
inherited

Operators

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