Package com.drew.metadata.mp4
Class Mp4BoxHandler
- Author:
- Payton Garland
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMp4Handler<?>processBox(String type, byte[] payload, long boxSize, Mp4Context context) booleanshouldAcceptBox(String type) booleanshouldAcceptContainer(String type) Methods inherited from class com.drew.imaging.mp4.Mp4Handler
addError
-
Constructor Details
-
Mp4BoxHandler
-
-
Method Details
-
shouldAcceptBox
-
shouldAcceptContainer
-
processBox
public Mp4Handler<?> processBox(String type, byte[] payload, long boxSize, Mp4Context context) throws IOException - Throws:
IOException
-