Mediainfo class

Constructors

Mediainfo({String? customDebugPath})
Mediainfo.init({String? customDebugPath})

Properties

fileOpened bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
Close a file opened before with Open()
delete() → void
getInfo(MediaInfoStreamType streamType, int streamNumber, String parameter, {MediaInfoInfoType kindOfInfo = MediaInfoInfoType.mediaInfoInfoText, MediaInfoInfoType kindOfSearch = MediaInfoInfoType.mediaInfoInfoName}) String
Get a piece of information about a file (parameter is a string)
inform() String
Get all informations about a file in one string. This function require load file.
init() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open(String path) bool
Open file in media info instance
option(String option, {String value = ""}) String
quickLoad(String path, {String options = ""}) → void
Quick load file This function has load file
toString() String
A string representation of this object.
inherited

Operators

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