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 ID3v2 Frame in
the file, or null if the next batch of data
doesn't correspond to either an ID3v2 header.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.