org.jaudiotagger.audio.mp4
Class Mp4InfoReader
java.lang.Object
org.jaudiotagger.audio.mp4.Mp4InfoReader
public class Mp4InfoReader
- extends java.lang.Object
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
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
public static java.util.logging.Logger logger
Mp4InfoReader
public Mp4InfoReader()
read
public GenericAudioHeader read(java.io.RandomAccessFile raf)
throws CannotReadException,
java.io.IOException
- Throws:
CannotReadException
java.io.IOException