Package com.drew.metadata.mp4
Class Mp4MediaHandler<T extends Mp4MediaDirectory>
java.lang.Object
com.drew.imaging.mp4.Mp4Handler<T>
com.drew.metadata.mp4.Mp4MediaHandler<T>
- Direct Known Subclasses:
Mp4HintHandler,Mp4MetaHandler,Mp4SoundHandler,Mp4TextHandler,Mp4VideoHandler
@Deprecated(since="2024-11-20")
public abstract class Mp4MediaHandler<T extends Mp4MediaDirectory>
extends Mp4Handler<T>
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMp4Handler<?> processBox(String type, byte[] payload, long boxSize, Mp4Context context) Deprecated.booleanshouldAcceptBox(String type) Deprecated.booleanshouldAcceptContainer(String type) Deprecated.Methods inherited from class com.drew.imaging.mp4.Mp4Handler
addError
-
Constructor Details
-
Mp4MediaHandler
Deprecated.
-
-
Method Details
-
shouldAcceptBox
Deprecated. -
shouldAcceptContainer
Deprecated. -
processBox
public Mp4Handler<?> processBox(String type, byte[] payload, long boxSize, Mp4Context context) throws IOException Deprecated.- Throws:
IOException
-