class SdpBandwidth

Bandwidth b=:

Public Methods

void encode(ostrstream& s)
SdpBandwidthModifierType getModifier()
int getValue()
SdpBandwidth()
SdpBandwidth(string& str)
void setModifier(SdpBandwidthModifierType bwmodifier)
void setValue(int val)

Private Fields

SdpBandwidthModifierType modifier
Bandwidth modifier. Default is AS (Application-Specific Maximum)
int value
Bandwidth value in kilobits per second. Default is 64 for AS

Private Methods

string modifierString()

Documentation

Bandwidth b=:
SdpBandwidth()

SdpBandwidth(string& str)

SdpBandwidthModifierType getModifier()

void setModifier(SdpBandwidthModifierType bwmodifier)

int getValue()

void setValue(int val)

void encode(ostrstream& s)

string modifierString()

SdpBandwidthModifierType modifier
Bandwidth modifier. Default is AS (Application-Specific Maximum)

int value
Bandwidth value in kilobits per second. Default is 64 for AS


This class has no child classes.

alphabetic index hierarchy of classes


generated by doc++