public abstract class Mp4MediaHandler<T extends Mp4MediaDirectory> extends Mp4Handler<T>
| Constructor and Description |
|---|
Mp4MediaHandler(Metadata metadata,
Mp4Context context) |
| 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 Mp4MediaHandler(Metadata metadata, Mp4Context context)
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.