MediaInformation class

Media information class.

Constructors

MediaInformation(Map? _allProperties)
Creates a new MediaInformation instance

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAllProperties() Map?
Returns all properties found, including stream properties.
getBitrate() String?
Returns bitrate.
getChapters() List<Chapter>
Returns all chapters found as a list.
getDuration() String?
Returns duration.
getFilename() String?
Returns file name.
getFormat() String?
Returns format.
getLongFormat() String?
Returns long format.
getMediaProperties() Map?
Returns all media properties.
getNumberProperty(String key) num?
Returns the media property associated with the key.
getProperties(String key) → dynamic
Returns the media properties associated with the key.
getSize() String?
Returns size.
getStartTime() String?
Returns start time.
getStreams() List<StreamInformation>
Returns all streams found as a list.
getStringProperty(String key) String?
Returns the media property associated with the key.
getTags() Map?
Returns all tags.
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

Constants

keyBitRate → const String
keyDuration → const String
keyFilename → const String
keyFormat → const String
keyFormatLong → const String
keyMediaProperties → const String
keySize → const String
keyStartTime → const String
keyTags → const String