Main Page   Class Hierarchy   Compound List   Compound Members  

sdpAttribute Class Reference

#include <sdpElements.h>

Inheritance diagram for sdpAttribute:

sdpElement sdpCryptoAttribute List of all members.

Public Methods

const char * getProperty ()
 Returns the Property Name.

const char * getPropertyValue ()
 Returns the Property Value.

void setProperty (const char *a_Name)
 Sets the Property Name.

void setPropertyValue (const char *a_Value)
 Sets the Property Value.

void setPropertyWithoutEncode (const char *a_Name)
 Sets the Property Name and doesn't set sdpElement's m_String.

void setPropertyValueWithoutEncode (const char *a_Value)
 Sets the Property Value and doesn't set sdpElement's m_String..

void clear ()
 Clears value.


Friends

class sdpSessionDescription

Detailed Description

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


Member Function Documentation

void sdpAttribute::clear  
 

Clears value.

This method clears the values stored in the corresponding object.

Returns:
void

Reimplemented from sdpElement.

Reimplemented in sdpCryptoAttribute.

const char * sdpAttribute::getProperty  
 

Returns the Property Name.

This method returns the Name of the attribute property in the sdpAttribute object

Returns:
const char* - name of the attribute property from the a= line

const char * sdpAttribute::getPropertyValue  
 

Returns the Property Value.

This method returns the Value of the attribute property in the sdpAttribute object

Returns:
const char* - value of the attribute property from the a= line

void sdpAttribute::setProperty const char *    a_Name
 

Sets the Property Name.

This method sets the Name of the attribute property in the sdpAttribute object

Parameters:
a_Name  - name of the attribute property for the a= line
Returns:
void

void sdpAttribute::setPropertyValue const char *    a_Value
 

Sets the Property Value.

This method sets the value of the attribute property in the sdpAttribute object

Parameters:
a_Value  - value of the attribute property for the a= line
Returns:
void

void sdpAttribute::setPropertyValueWithoutEncode const char *    a_Value [inline]
 

Sets the Property Value and doesn't set sdpElement's m_String..

This method sets the Value of the attribute property in the sdpAttribute object

Parameters:
a_Value  - value of the attribute property for the a= line
Returns:
void

void sdpAttribute::setPropertyWithoutEncode const char *    a_Name [inline]
 

Sets the Property Name and doesn't set sdpElement's m_String.

This method sets the Name of the attribute property in the sdpAttribute object

Parameters:
a_Name  - name of the attribute property for the a= line
Returns:
void


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