#include <Sdp.h>


Public Member Functions | |
| SdpBandwidth (SdpBandwidthType type, unsigned int bandwidth) | |
| SdpBandwidth (const SdpBandwidth &rhs) | |
| UtlContainableType | getContainableType () const |
| unsigned | hash () const |
| int | compareTo (UtlContainable const *) const |
| UtlCopyableContainable * | clone () const |
| void | setType (SdpBandwidthType type) |
| SdpBandwidthType | getType () const |
| void | setBandwidth (unsigned int bandwidth) |
| unsigned int | getBandwidth () const |
Static Public Member Functions | |
| static SdpBandwidthType | getTypeFromString (const char *type) |
Private Attributes | |
| SdpBandwidthType | mType |
| unsigned int | mBandwidth |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
|
inline |
|
inline |
|
inline |
|
private |
|
private |