|
|
This class keeps information on a quality level.
|
Constructor.
void |
Translate byte order.
void |
Reset.
int |
[const]
== operator.
inline int |
[const]
!= operator.
const static cardinal |
Constant for maximum number of quality layers.
card32 |
Level's bytes per second scale factor multiplied with 65536.
card32 |
Level's packets per second scale factor multiplied with 65536.
card32 |
Level's frames per second: StartFramesPerSecond * FramesPerSecondScale.
card32 |
Layer's frames per second scale factor multiplied with 65536.
card32 |
Level's maximum transfer delay for base data in 1/16 milliseonds.
card8 |
Level's quality in fraction of 255.
card8 |
Next higher quality level's number.
card8 |
Next lower quality level's number.
card8 |
Number of layers in the following array.
TransportInfoLayer [MaxQualityLayers] |
Array of layer descriptions.
inline card64 |
[const]
Calculate of sum of all layers' BytesPerSecond value.
Returns: Total bytes per second.
inline card32 |
[const]
Calculate of sum of all layers' PacketsPerSecond value.
Returns: Total packets per second.