public class Mp4VideoHandler extends Mp4MediaHandler<Mp4VideoDirectory>
| Constructor and Description |
|---|
Mp4VideoHandler(Metadata metadata,
Mp4Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
processMediaInformation(SequentialReader reader,
Box box) |
void |
processSampleDescription(SequentialReader reader,
Box box) |
void |
processTimeToSample(SequentialReader reader,
Box box,
Mp4Context context) |
processBox, shouldAcceptBox, shouldAcceptContaineraddErrorpublic Mp4VideoHandler(Metadata metadata, Mp4Context context)
public void processSampleDescription(SequentialReader reader, Box box) throws IOException
IOExceptionpublic void processMediaInformation(SequentialReader reader, Box box) throws IOException
IOExceptionpublic void processTimeToSample(SequentialReader reader, Box box, Mp4Context context) throws IOException
IOExceptionCopyright © 2002-2020 Drew Noakes. All Rights Reserved.