RTP Audio System
2.0.0
|
Session Description. More...
#include <sessiondescription.h>
Public Attributes | |
cardinal | SessionID |
cardinal | Streams |
std::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.
std::multimap<ManagedStreamInterface*,StreamDescription*> SessionDescription::StreamSet |
Stream description set.
Total allocated bandwidth.