Uses of Class
com.drew.metadata.mp4.Mp4Context
-
Packages that use Mp4Context Package Description com.drew.imaging.mp4 com.drew.metadata.mp4 Contains classes for the extraction and modelling of MP4 file format metadata.com.drew.metadata.mp4.media Contains classes for extracting data from media data atom types. -
-
Uses of Mp4Context in com.drew.imaging.mp4
Methods in com.drew.imaging.mp4 with parameters of type Mp4Context Modifier and Type Method Description protected abstract Mp4Handler<?>Mp4Handler. processBox(java.lang.String type, byte[] payload, long boxSize, Mp4Context context)private static voidMp4Reader. processBoxes(StreamReader reader, long atomEnd, Mp4Handler<?> handler, Mp4Context context)protected Mp4Handler<?>Mp4Handler. processContainer(java.lang.String type, long boxSize, Mp4Context context) -
Uses of Mp4Context in com.drew.metadata.mp4
Methods in com.drew.metadata.mp4 with parameters of type Mp4Context Modifier and Type Method Description Mp4Handler<?>Mp4BoxHandler. processBox(java.lang.String type, byte[] payload, long boxSize, Mp4Context context)Mp4Handler<?>Mp4MediaHandler. processBox(java.lang.String type, byte[] payload, long boxSize, Mp4Context context)private voidMp4BoxHandler. processMediaHeader(SequentialReader reader, Mp4Context context)protected abstract voidMp4MediaHandler. processTimeToSample(SequentialReader reader, Mp4Context context)Constructors in com.drew.metadata.mp4 with parameters of type Mp4Context Constructor Description Mp4MediaHandler(Metadata metadata, Mp4Context context) -
Uses of Mp4Context in com.drew.metadata.mp4.media
Methods in com.drew.metadata.mp4.media with parameters of type Mp4Context Modifier and Type Method Description Mp4Handler<?>Mp4UuidBoxHandler. processBox(java.lang.String type, byte[] payload, long boxSize, Mp4Context context)protected voidMp4HintHandler. processTimeToSample(SequentialReader reader, Mp4Context context)protected voidMp4MetaHandler. processTimeToSample(SequentialReader reader, Mp4Context context)protected voidMp4SoundHandler. processTimeToSample(SequentialReader reader, Mp4Context context)protected voidMp4TextHandler. processTimeToSample(SequentialReader reader, Mp4Context context)voidMp4VideoHandler. processTimeToSample(SequentialReader reader, Mp4Context context)Constructors in com.drew.metadata.mp4.media with parameters of type Mp4Context Constructor Description Mp4HintHandler(Metadata metadata, Mp4Context context)Mp4MetaHandler(Metadata metadata, Mp4Context context)Mp4SoundHandler(Metadata metadata, Mp4Context context)Mp4TextHandler(Metadata metadata, Mp4Context context)Mp4VideoHandler(Metadata metadata, Mp4Context context)
-