#include <cqueue.h>
Inheritance diagram for AVPQueue:

Public Member Functions | |
| void | setControlBandwidth (float fraction) |
| Specify the bandwith available for control (RTCP) packets. | |
| float | getControlBandwidth () const |
Protected Member Functions | |
| AVPQueue (uint32 size=RTPDataQueue::defaultMembersHashSize, RTPApplication &app=defaultApplication()) | |
| AVPQueue (uint32 ssrc, uint32 size=RTPDataQueue::defaultMembersHashSize, RTPApplication &app=defaultApplication()) | |
| Local SSRC is given instead of computed by the queue. | |
| virtual | ~AVPQueue () |
|
||||||||||||
|
|
|
||||||||||||||||
|
Local SSRC is given instead of computed by the queue.
|
|
|
|
|
|
Reimplemented from QueueRTCPManager. |
|
|
Specify the bandwith available for control (RTCP) packets. This method sets the global control bandwidth for both sender and receiver reports. As recommended in RFC 1890, 1/4 of the total control bandwidth is dedicated to senders, whereas 3/4 are dedicated to receivers.
Reimplemented from QueueRTCPManager. |
1.4.4