public class H263Format extends VideoFormat
Modifier and Type | Field and Description |
---|---|
protected int |
advancedPrediction |
protected int |
arithmeticCoding |
protected int |
errorCompensation |
protected int |
hrDB |
protected int |
pbFrames |
protected int |
unrestrictedVector |
CINEPAK, frameRate, H261, H261_RTP, H263, H263_1998_RTP, H263_RTP, INDEO32, INDEO41, INDEO50, IRGB, JPEG, JPEG_RTP, maxDataLength, MJPEGA, MJPEGB, MJPG, MPEG, MPEG_RTP, RGB, RLE, RPZA, size, SMC, YUV
byteArray, clz, dataType, encoding, FALSE, formatArray, intArray, NOT_SPECIFIED, shortArray, TRUE
Constructor and Description |
---|
H263Format() |
H263Format(java.awt.Dimension size,
int maxDataLength,
java.lang.Class dataType,
float frameRate,
int advancedPrediction,
int arithmeticCoding,
int errorCompensation,
int hrDB,
int pbFrames,
int unrestrictedVector) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
protected void |
copy(Format f) |
boolean |
equals(java.lang.Object format) |
int |
getAdvancedPrediction() |
int |
getArithmeticCoding() |
int |
getErrorCompensation() |
int |
getHrDB() |
int |
getPBFrames() |
int |
getUnrestrictedVector() |
Format |
intersects(Format other) |
boolean |
matches(Format format) |
java.lang.String |
toString() |
getFrameRate, getMaxDataLength, getSize, relax
getDataType, getEncoding, isSameEncoding, isSameEncoding
protected int advancedPrediction
protected int arithmeticCoding
protected int errorCompensation
protected int hrDB
protected int pbFrames
protected int unrestrictedVector
public H263Format()
public H263Format(java.awt.Dimension size, int maxDataLength, java.lang.Class dataType, float frameRate, int advancedPrediction, int arithmeticCoding, int errorCompensation, int hrDB, int pbFrames, int unrestrictedVector)
public int getAdvancedPrediction()
public int getArithmeticCoding()
public int getErrorCompensation()
public int getHrDB()
public int getPBFrames()
public int getUnrestrictedVector()
public java.lang.String toString()
toString
in class VideoFormat
public boolean equals(java.lang.Object format)
equals
in class VideoFormat
public boolean matches(Format format)
matches
in class VideoFormat
public Format intersects(Format other)
intersects
in class VideoFormat
public java.lang.Object clone()
clone
in class VideoFormat
protected void copy(Format f)
copy
in class VideoFormat