Package org.apache.tika.parser.mp4
Class MP4Parser
- java.lang.Object
-
- org.apache.tika.parser.mp4.MP4Parser
-
- All Implemented Interfaces:
Serializable,org.apache.tika.parser.Parser
public class MP4Parser extends Object implements org.apache.tika.parser.Parser
Parser for the MP4 media container format, as well as the older QuickTime format that MP4 is based on.This uses Drew Noakes' metadata-extractor: https://github.com/drewnoakes/metadata-extractor
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MP4Parser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<org.apache.tika.mime.MediaType>getSupportedTypes(org.apache.tika.parser.ParseContext context)voidparse(InputStream stream, ContentHandler handler, org.apache.tika.metadata.Metadata metadata, org.apache.tika.parser.ParseContext context)
-
-
-
Method Detail
-
getSupportedTypes
public Set<org.apache.tika.mime.MediaType> getSupportedTypes(org.apache.tika.parser.ParseContext context)
- Specified by:
getSupportedTypesin interfaceorg.apache.tika.parser.Parser
-
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
- Specified by:
parsein interfaceorg.apache.tika.parser.Parser- Throws:
IOExceptionSAXExceptionorg.apache.tika.exception.TikaException
-
-