|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--TransportInfoLevel
This class keeps information on a quality level.
Field Summary | |
int |
BytesPerSecondScale
Level's bytes per second scale factor multiplied with 65536. |
int |
FramesPerSecond
Level's frames per second: StartFramesPerSecond * FramesPerSecondScale. |
int |
FramesPerSecondScale
Level's frames per second scale factor multiplied with 65536. |
int |
LevelDown
Next lower quality level's number. |
int |
LevelUp
Next higher quality level's number. |
static int |
MaxQualityLayers
Constant for maximum number of quality layers. |
int |
MaxTransferDelay
Level's maximum transfer delay for base data in 1/16 milliseonds. |
int |
PacketsPerSecondScale
Level's packets per second scale factor multiplied with 65536. |
int |
Quality
Level's quality in fraction of 255. |
TransportInfoLayer[] |
QualityLayer
Array of layer descriptions. |
int |
QualityLayers
Number of layers in the following array. |
Constructor Summary | |
TransportInfoLevel()
Constructor. |
Method Summary | |
void |
print()
Print. |
void |
reset()
Reset. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int MaxQualityLayers
public int BytesPerSecondScale
public int PacketsPerSecondScale
public int FramesPerSecondScale
public int FramesPerSecond
public int MaxTransferDelay
public int Quality
public int LevelUp
public int LevelDown
public int QualityLayers
public TransportInfoLayer[] QualityLayer
Constructor Detail |
public TransportInfoLevel()
Method Detail |
public void reset()
public void print()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |