Package | Description |
---|---|
org.apache.tika.parser.mp3 |
Modifier and Type | Class and Description |
---|---|
class |
AudioFrame
An Audio Frame in an MP3 file.
|
class |
ID3v2Frame
A frame of ID3v2 data, which is then passed to a handler to
be turned into useful data.
|
Modifier and Type | Method and Description |
---|---|
static MP3Frame |
ID3v2Frame.createFrameIfPresent(InputStream inp)
Returns the next Frame (ID3v2 or Audio) in
the file, or null if the next batch of data
doesn't correspond to either an ID3v2 Frame
or an Audio Frame.
|
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.