Class ObjectDescriptorFactory
- java.lang.Object
-
- org.mp4parser.boxes.iso14496.part1.objectdescriptors.ObjectDescriptorFactory
-
public class ObjectDescriptorFactory extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static Map<Integer,Map<Integer,Class<? extends BaseDescriptor>>>descriptorRegistryprotected static org.slf4j.LoggerLOG
-
Constructor Summary
Constructors Constructor Description ObjectDescriptorFactory()
-
Method Summary
Modifier and Type Method Description static BaseDescriptorcreateFrom(int objectTypeIndication, ByteBuffer bb)
-
-
-
Method Detail
-
createFrom
public static BaseDescriptor createFrom(int objectTypeIndication, ByteBuffer bb) throws IOException
- Throws:
IOException
-
-