Uses of Interface
org.apache.tika.parser.mp3.MP3Frame
-
Uses of MP3Frame in org.apache.tika.parser.mp3
Modifier and TypeClassDescriptionclass
An Audio Frame in an MP3 file.class
A frame of ID3v2 data, which is then passed to a handler to be turned into useful data.Modifier and TypeMethodDescriptionstatic 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.