ZooperAudioFile class

Constructors

ZooperAudioFile.decode(List<int> bytes)
Decodes a List of int to a ZooperAudioFile

Properties

audioData AudioData
no setter
hashCode int
The hash code for this object.
no setterinherited
id3v1 Id3v1Tag?
no setter
id3v2 Id3v2Tag?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteId3v1Tag() → void
Deletes the ID3v1 tag
deleteId3v2Tag() → void
Deletes the ID3v2 tag
encode() List<int>
Enodes the ZooperAudioFile to a List of int
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