ZooperAudioFile class
Constructors
-
ZooperAudioFile.decode(List<
int> bytes) - Decodes a List of int to a ZooperAudioFile
Properties
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