Uses of Interface
org.apache.tika.parser.mp3.MP3Frame
Packages that use MP3Frame
-
Uses of MP3Frame in org.apache.tika.parser.mp3
Classes in org.apache.tika.parser.mp3 that implement MP3FrameModifier 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.Methods in org.apache.tika.parser.mp3 that return MP3FrameModifier 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.