org.apache.tika.parser.mp4
Class MP4Parser

java.lang.Object
  extended by org.apache.tika.parser.AbstractParser
      extended by org.apache.tika.parser.mp4.MP4Parser
All Implemented Interfaces:
Serializable, org.apache.tika.parser.Parser

public class MP4Parser
extends org.apache.tika.parser.AbstractParser

Parser for the MP4 media container format, as well as the older QuickTime format that MP4 is based on. This uses the MP4Parser project from http://code.google.com/p/mp4parser/ to do the underlying parsing

See Also:
Serialized Form

Constructor Summary
MP4Parser()
           
 
Method Summary
 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)
           
 
Methods inherited from class org.apache.tika.parser.AbstractParser
parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MP4Parser

public MP4Parser()
Method Detail

getSupportedTypes

public Set<org.apache.tika.mime.MediaType> getSupportedTypes(org.apache.tika.parser.ParseContext context)

parse

public void parse(InputStream stream,
                  ContentHandler handler,
                  org.apache.tika.metadata.Metadata metadata,
                  org.apache.tika.parser.ParseContext context)
           throws IOException,
                  SAXException,
                  org.apache.tika.exception.TikaException
Throws:
IOException
SAXException
org.apache.tika.exception.TikaException


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.