|
RTP Trace System
1.0
|
Session Description. More...
#include <sessiondescription.h>
Public Attributes | |
| cardinal | SessionID |
| cardinal | Streams |
| multimap < ManagedStreamInterface *, StreamDescription * > | StreamSet |
| card64 | MinWantedBandwidth |
| card64 | MaxWantedBandwidth |
| card64 | TotalAllocatedBandwidth |
| card64 | AllocatedBandwidthArray [TrafficClassValues::MaxValues] |
| int8 | Priority |
| bool | MaximumReached |
Session Description.
This structure contains a description of a session. It is used for the bandwidth manager's remapping algorithm.
Allocated bandwidth for each class.
True, if all following higher bandwidth allocations will fail (no more bandwidth available to achieve higher quality -> no more allocation trials necessary); false otherwise.
Maximum session bandwidth.
Minimum session bandwidth.
Session priority.
Session ID.
Number of streams.
Stream description set.
Total allocated bandwidth.