public class ClipRegionBox extends Box
Box.LeafBoxheader, MAX_BOX_SIZE| Constructor and Description |
|---|
ClipRegionBox(Header atom) |
| Modifier and Type | Method and Description |
|---|---|
static ClipRegionBox |
createClipRegionBox(short x,
short y,
short width,
short height) |
protected void |
doWrite(ByteBuffer out) |
int |
estimateSize() |
static String |
fourcc() |
short |
getHeight() |
short |
getRgnSize() |
short |
getWidth() |
short |
getX() |
short |
getY() |
void |
parse(ByteBuffer input) |
public ClipRegionBox(Header atom)
public static String fourcc()
public static ClipRegionBox createClipRegionBox(short x, short y, short width, short height)
public void parse(ByteBuffer input)
protected void doWrite(ByteBuffer out)
public int estimateSize()
estimateSize in class Boxpublic short getRgnSize()
public short getY()
public short getX()
public short getHeight()
public short getWidth()
Copyright © 2019. All rights reserved.