ID3TagReader class abstract

Constructors

ID3TagReader(File file, {Map<String, FrameParser<Frame>>? frameParsers})
factory
ID3TagReader.path(String filePath, {Map<String, FrameParser<Frame>>? frameParsers})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id3TagFound bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag ID3Tag
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readTag() Future<ID3Tag>
Reads the ID3 Tag of the file and parses the frames asynchronously. If an error occurs (or if the file doesn't contain an ID3 tag), ID3Tag.id3TagFound will be false.
readTagSync() ID3Tag
Reads the ID3 Tag of the file and parses the frames. If an error occurs (or if the file doesn't contain an ID3 tag), ID3Tag.id3TagFound will be false.
toString() String
A string representation of this object.
inherited

Operators

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