public class ChannelBox extends FullBox
Modifier and Type | Class and Description |
---|---|
static class |
ChannelBox.ChannelDescription |
Box.LeafBox
header, MAX_BOX_SIZE
Constructor and Description |
---|
ChannelBox(Header atom) |
Modifier and Type | Method and Description |
---|---|
static ChannelBox |
createChannelBox() |
protected void |
doWrite(ByteBuffer out) |
int |
estimateSize() |
static String |
fourcc() |
int |
getChannelBitmap() |
int |
getChannelLayout() |
ChannelBox.ChannelDescription[] |
getDescriptions() |
void |
parse(ByteBuffer input) |
void |
setChannelLayout(int channelLayout) |
void |
setDescriptions(ChannelBox.ChannelDescription[] descriptions) |
getFlags, getVersion, setFlags, setVersion
public ChannelBox(Header atom)
public static String fourcc()
public static ChannelBox createChannelBox()
public void parse(ByteBuffer input)
protected void doWrite(ByteBuffer out)
public int estimateSize()
estimateSize
in class Box
public int getChannelLayout()
public int getChannelBitmap()
public ChannelBox.ChannelDescription[] getDescriptions()
public void setChannelLayout(int channelLayout)
public void setDescriptions(ChannelBox.ChannelDescription[] descriptions)
Copyright © 2019. All rights reserved.