public class VideoSampleEntry extends SampleEntry
Box.LeafBoxdrefIndheader, MAX_BOX_SIZE| Constructor and Description |
|---|
VideoSampleEntry(Header atom) |
| Modifier and Type | Method and Description |
|---|---|
static VideoSampleEntry |
createVideoSampleEntry(Header atom,
short version,
short revision,
String vendor,
int temporalQual,
int spacialQual,
short width,
short height,
long hRes,
long vRes,
short frameCount,
String compressorName,
short depth,
short drefInd,
short clrTbl) |
void |
doWrite(ByteBuffer out) |
short |
getClrTbl() |
String |
getCompressorName() |
long |
getDepth() |
long |
getFrameCount() |
int |
getHeight() |
float |
gethRes() |
short |
getRevision() |
int |
getSpacialQual() |
int |
getTemporalQual() |
String |
getVendor() |
short |
getVersion() |
float |
getvRes() |
int |
getWidth() |
void |
parse(ByteBuffer input) |
static VideoSampleEntry |
videoSampleEntry(String fourcc,
Size size,
String encoderName) |
estimateSize, getDrefInd, parseExtensions, setDrefInd, setMediaType, writeExtensionsadd, addFirst, cloneBox, doCloneBox, dump, dumpBoxes, findAll, findAllPath, findBox, findDeep, findDeepInner, findFirst, findFirstPath, getBoxes, parseChildBox, removeChildren, replace, replaceBox, setFactoryasBox, createLeafBox, getFourcc, getHeader, parseBox, path, terminatorAtom, toString, writepublic VideoSampleEntry(Header atom)
public static VideoSampleEntry videoSampleEntry(String fourcc, Size size, String encoderName)
public static VideoSampleEntry createVideoSampleEntry(Header atom, short version, short revision, String vendor, int temporalQual, int spacialQual, short width, short height, long hRes, long vRes, short frameCount, String compressorName, short depth, short drefInd, short clrTbl)
public void parse(ByteBuffer input)
parse in class SampleEntrypublic void doWrite(ByteBuffer out)
doWrite in class SampleEntrypublic int getWidth()
public int getHeight()
public float gethRes()
public float getvRes()
public long getFrameCount()
public String getCompressorName()
public long getDepth()
public String getVendor()
public short getVersion()
public short getRevision()
public int getTemporalQual()
public int getSpacialQual()
public short getClrTbl()
Copyright © 2019. All rights reserved.