public class VorbisParser extends OggAudioParser
Modifier and Type | Field and Description |
---|---|
protected static org.apache.tika.mime.MediaType |
OGG_VORBIS |
Constructor and Description |
---|
VorbisParser() |
Modifier and Type | Method and Description |
---|---|
protected void |
extractInfo(org.apache.tika.metadata.Metadata metadata,
VorbisInfo info) |
Set<org.apache.tika.mime.MediaType> |
getSupportedTypes(org.apache.tika.parser.ParseContext context) |
void |
parse(InputStream stream,
ContentHandler handler,
org.apache.tika.metadata.Metadata metadata,
org.apache.tika.parser.ParseContext context) |
extractChannelInfo, extractComments, extractDuration
public Set<org.apache.tika.mime.MediaType> getSupportedTypes(org.apache.tika.parser.ParseContext context)
public void parse(InputStream stream, ContentHandler handler, org.apache.tika.metadata.Metadata metadata, org.apache.tika.parser.ParseContext context) throws IOException, org.apache.tika.exception.TikaException, SAXException
IOException
org.apache.tika.exception.TikaException
SAXException
protected void extractInfo(org.apache.tika.metadata.Metadata metadata, VorbisInfo info) throws org.apache.tika.exception.TikaException
org.apache.tika.exception.TikaException
Copyright © 2015. All rights reserved.