Main Page   Class Hierarchy   Compound List   Compound Members  

sdpBandwidth Class Reference

#include <sdpElements.h>

Inheritance diagram for sdpBandwidth:

sdpElement List of all members.

Public Methods

const char * getBandwidthValue ()
 Returns the Bandwidth value.

const char * getModifier ()
 Returns the Bandwidth Modifier.

void setBandwidthValue (const char *a_Bandwidth)
 Sets the Bandwidth value.

void setModifier (const char *a_Modifier)
 Sets the Bandwidth Modifier.

void clear ()
 Clears value.


Friends

class sdpSessionDescription

Detailed Description

Associated with a 'b=' entry in the session description and media description.


Member Function Documentation

void sdpBandwidth::clear  
 

Clears value.

This method clears the values stored in the corresponding object.

Returns:
void

Reimplemented from sdpElement.

const char * sdpBandwidth::getBandwidthValue  
 

Returns the Bandwidth value.

This method returns the Bandwidth value portion of the sdpBandwidth object

Returns:
const char* - bandwidth value from the b= line

const char * sdpBandwidth::getModifier  
 

Returns the Bandwidth Modifier.

This method returns the Bandwidth Modifier portion of the sdpBandwidth object

Returns:
const char* - bandwidth modifier from the b= line

void sdpBandwidth::setBandwidthValue const char *    a_Bandwidth
 

Sets the Bandwidth value.

This method sets the Bandwidth value portion of the sdpBandwidth object

Parameters:
a_Bandwidth  - bandwidth value for the b= line
Returns:
void

void sdpBandwidth::setModifier const char *    a_Modifier
 

Sets the Bandwidth Modifier.

This method sets the Bandwidth Modifier portion of the sdpBandwidth object

Parameters:
a_Modifier  - bandwidth modifier for the b= line
Returns:
void


The documentation for this class was generated from the following files:
Generated on Fri Feb 17 18:17:50 2006 for SDP API by doxygen1.2.18