org.jaudiotagger.audio.mp4
Class Mp4InfoReader

java.lang.Object
  extended by 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
           
 
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

logger

public static java.util.logging.Logger logger
Constructor Detail

Mp4InfoReader

public Mp4InfoReader()
Method Detail

read

public GenericAudioHeader read(java.io.RandomAccessFile raf)
                        throws CannotReadException,
                               java.io.IOException
Throws:
CannotReadException
java.io.IOException