| Package | Description |
|---|---|
| de.quippy.javamod.multimedia.mp3.id3 |
| Modifier and Type | Method and Description |
|---|---|
String |
ID3v2Frame.getDataString()
If possible, this method attempts to convert textual part of the data
into a string.
|
| Constructor and Description |
|---|
ID3v2ExtendedHeader(RandomAccessInputStream raf)
Create an extended header object from the file passed.
|
ID3v2Frame(String id,
byte[] flags,
byte[] data)
Create an ID3v2Frame with a specified id, a byte array containing
the frame header flags, and a byte array containing the data for this
frame.
|
ID3v2Tag(RandomAccessInputStream raf)
Create an id3v2 tag bound to the file provided as a parameter.
|
Copyright © 2014. All rights reserved.