#include <sdpElements.h>
Inheritance diagram for sdpTimezoneAdjustment:

Public Methods | |
| int | addAdjustment (const char *a_AdjustmentTime, const char *a_Offset) |
| Adds a Timezone Adjustment value. | |
| int | deleteAdjustment (const char *a_AdjustmentTime, const char *a_Offset) |
| Deletes a Timezone Adjustment value. | |
| const char * | getAdjustmentTime (int a_Index) |
| Returns the Adjustment Time. | |
| int | getNumAdjustment () |
| Returns the Number of Timezone Adjustments. | |
| const char * | getOffset (int a_Index) |
| Returns the Offset value. | |
| void | clear () |
| Clears value. | |
Friends | |
| class | sdpSessionDescription |
|
||||||||||||
|
Adds a Timezone Adjustment value. This method adds a new Timezone Adjustment value to the sdpTimezoneAdjustment object
|
|
|
Clears value. This method clears the values stored in the corresponding object.
Reimplemented from sdpElement. |
|
||||||||||||
|
Deletes a Timezone Adjustment value. This method deletes a Timezone Adjustment value from the sdpMedia object
|
|
|
Returns the Adjustment Time. This method returns the Adjustment Time portion of the sdpTimezoneAdjustment object
|
|
|
Returns the Number of Timezone Adjustments. This method returns the Number of Timezone Adjustments contained in the 'z=' line
|
|
|
Returns the Offset value. This method returns the Offset value portion of the sdpTimezoneAdjustment object
|
1.2.18