public class Mp4FileReader extends AudioFileReader
This can read files containing either the .mp4 or .m4a suffixes
Modifier and Type | Field and Description |
---|---|
private Mp4InfoReader |
ir |
private Mp4TagReader |
tr |
logger
Constructor and Description |
---|
Mp4FileReader() |
Modifier and Type | Method and Description |
---|---|
protected GenericAudioHeader |
getEncodingInfo(java.io.RandomAccessFile raf) |
protected Tag |
getTag(java.io.RandomAccessFile raf) |
read
private Mp4InfoReader ir
private Mp4TagReader tr
protected GenericAudioHeader getEncodingInfo(java.io.RandomAccessFile raf) throws CannotReadException, java.io.IOException
getEncodingInfo
in class AudioFileReader
CannotReadException
java.io.IOException
protected Tag getTag(java.io.RandomAccessFile raf) throws CannotReadException, java.io.IOException
getTag
in class AudioFileReader
CannotReadException
java.io.IOException
Copyright © 2005-2013 java.net. All Rights Reserved.