|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jaudiotagger.audio.mp4.Mp4InfoReader
public class Mp4InfoReader
Read audio info from file.
The info is held in the mvdh and mdhd fields as shown below|--- ftyp |--- moov |......| |......|----- mvdh |......|----- trak |...............|----- mdia |.......................|---- mdhd |.......................|---- minf |..............................|---- smhd |..............................|---- stbl |......................................|--- stsd |.............................................|--- mp4a |......|----- udta | |--- mdat
| Field Summary | |
|---|---|
static java.util.logging.Logger |
logger
|
| Constructor Summary | |
|---|---|
Mp4InfoReader()
|
|
| Method Summary | |
|---|---|
GenericAudioHeader |
read(java.io.RandomAccessFile raf)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.util.logging.Logger logger
| Constructor Detail |
|---|
public Mp4InfoReader()
| Method Detail |
|---|
public GenericAudioHeader read(java.io.RandomAccessFile raf)
throws CannotReadException,
java.io.IOException
CannotReadException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||