|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--TransportInfoLayer
This class keeps information on a quality level's layers.
Field Summary | |
long |
BytesPerSecond
Layer's bytes per second at StartFramesPerSecond * FramesPerSecondScale frames per second. |
int |
Flags
Layer's flags. |
int |
FrameSize
Layer's frame size. |
int |
MaxLossRate
Layer's maximum acceptable loss rate in fraction of 255. |
int |
PacketsPerSecond
Layer's packets per second at StartFramesPerSecond * FramesPerSecondScale frames per second. |
static int |
TILF_Dynamic
TransportInfoLayer flag: Dynamic quality setting. |
static int |
TILF_Static
TransportInfoLayer flag: Static quality setting. |
Constructor Summary | |
TransportInfoLayer()
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 long BytesPerSecond
public int PacketsPerSecond
public int FrameSize
public int MaxLossRate
public int Flags
public static final int TILF_Static
public static final int TILF_Dynamic
Constructor Detail |
public TransportInfoLayer()
Method Detail |
public void reset()
public void print()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |