public class HandlerBox extends FullBox
Box.LeafBox
header, MAX_BOX_SIZE
Constructor and Description |
---|
HandlerBox(Header atom) |
Modifier and Type | Method and Description |
---|---|
static HandlerBox |
createHandlerBox(String componentType,
String componentSubType,
String componentManufacturer,
int componentFlags,
int componentFlagsMask) |
void |
doWrite(ByteBuffer out) |
int |
estimateSize() |
static String |
fourcc() |
int |
getComponentFlags() |
int |
getComponentFlagsMask() |
String |
getComponentManufacturer() |
String |
getComponentSubType() |
String |
getComponentType() |
void |
parse(ByteBuffer input) |
getFlags, getVersion, setFlags, setVersion
public HandlerBox(Header atom)
public static String fourcc()
public static HandlerBox createHandlerBox(String componentType, String componentSubType, String componentManufacturer, int componentFlags, int componentFlagsMask)
public void parse(ByteBuffer input)
public void doWrite(ByteBuffer out)
public int estimateSize()
estimateSize
in class Box
public String getComponentType()
public String getComponentSubType()
public String getComponentManufacturer()
public int getComponentFlags()
public int getComponentFlagsMask()
Copyright © 2019. All rights reserved.