public class Mp4BoxHandler extends Mp4Handler<Mp4Directory>
| Constructor and Description |
|---|
Mp4BoxHandler(Metadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
Mp4Handler<?> |
processBox(String type,
byte[] payload,
long boxSize,
Mp4Context context) |
boolean |
shouldAcceptBox(String type) |
boolean |
shouldAcceptContainer(String type) |
addErrorpublic Mp4BoxHandler(Metadata metadata)
public boolean shouldAcceptBox(String type)
public boolean shouldAcceptContainer(String type)
public Mp4Handler<?> processBox(String type, byte[] payload, long boxSize, Mp4Context context) throws IOException
IOExceptionCopyright © 2002-2020 Drew Noakes. All Rights Reserved.