public class ClearApertureBox extends FullBox
Box.LeafBox| Modifier and Type | Field and Description |
|---|---|
static String |
CLEF |
protected float |
height |
protected float |
width |
header, MAX_BOX_SIZE| Constructor and Description |
|---|
ClearApertureBox(Header atom) |
| Modifier and Type | Method and Description |
|---|---|
static ClearApertureBox |
createClearApertureBox(int width,
int height) |
protected void |
doWrite(ByteBuffer out) |
int |
estimateSize() |
float |
getHeight() |
float |
getWidth() |
void |
parse(ByteBuffer input) |
getFlags, getVersion, setFlags, setVersionpublic static final String CLEF
protected float width
protected float height
public ClearApertureBox(Header atom)
public static ClearApertureBox createClearApertureBox(int width, int height)
public void parse(ByteBuffer input)
protected void doWrite(ByteBuffer out)
public int estimateSize()
estimateSize in class Boxpublic float getWidth()
public float getHeight()
Copyright © 2019. All rights reserved.