|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dvb.media.monitoring.StreamQualityInfo
public class StreamQualityInfo
Represents information about quality of a CoD stream. It contains information about stream bitrate (bits per second).
Constructor Summary | |
---|---|
StreamQualityInfo(long bitrate)
Construct a stream quality entity. |
Method Summary | |
---|---|
long |
getStreamBitrate()
Get stream's bitrate (bits per second) of a CoD. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StreamQualityInfo(long bitrate)
bitrate
- stream bitrateMethod Detail |
---|
public long getStreamBitrate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |