RTP Audio System
2.0.0
|
Bandwidth Info. More...
#include <bandwidthinfo.h>
Public Member Functions | |
void | reset () |
int | operator== (const BandwidthInfo &rup) const |
int | operator!= (const BandwidthInfo &rup) const |
Public Attributes | |
cardinal | BufferDelay |
card64 | BytesPerSecond |
cardinal | PacketsPerSecond |
double | MaxTransferDelay |
double | MaxLossRate |
double | MaxJitter |
Bandwidth Info.
This is a description of bandwidth requirements.
int BandwidthInfo::operator!= | ( | const BandwidthInfo & | rup | ) | const [inline] |
Operator "!=".
int BandwidthInfo::operator== | ( | const BandwidthInfo & | rup | ) | const [inline] |
Operator "==".
void BandwidthInfo::reset | ( | ) |
Reset.
Buffer delay in microseconds.
Bytes per second.
double BandwidthInfo::MaxJitter |
Maximum jitter.
double BandwidthInfo::MaxLossRate |
Maximum loss rate.
Maximum transfer delay.
Packets per second.