public class ColorExtension extends Box
Box.LeafBox
header, MAX_BOX_SIZE
Constructor and Description |
---|
ColorExtension(Header header) |
Modifier and Type | Method and Description |
---|---|
static ColorExtension |
createColorExtension(short primariesIndex,
short transferFunctionIndex,
short matrixIndex) |
static ColorExtension |
createColr() |
void |
doWrite(ByteBuffer out) |
int |
estimateSize() |
static String |
fourcc() |
short |
getMatrixIndex() |
short |
getPrimariesIndex() |
short |
getTransferFunctionIndex() |
void |
parse(ByteBuffer input) |
void |
setColorRange(Byte colorRange) |
public ColorExtension(Header header)
public void setColorRange(Byte colorRange)
public void parse(ByteBuffer input)
public void doWrite(ByteBuffer out)
public int estimateSize()
estimateSize
in class Box
public static String fourcc()
public static ColorExtension createColorExtension(short primariesIndex, short transferFunctionIndex, short matrixIndex)
public static ColorExtension createColr()
public short getPrimariesIndex()
public short getTransferFunctionIndex()
public short getMatrixIndex()
Copyright © 2019. All rights reserved.