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

Public Methods | |
| const char * | getDuration () |
| Returns the Duration. | |
| const char * | getInterval () |
| Returns the Interval. | |
| const char * | getOffsets () |
| Returns the Offsets. | |
| void | setDuration (const char *a_Duration) |
| Sets the Duration. | |
| void | setInterval (const char *a_Interval) |
| Sets the Interval. | |
| void | setOffsets (const char *a_Offsets) |
| Sets the Offsets. | |
| void | clear () |
| Clears value. | |
Friends | |
| class | sdpSessionDescription |
|
|
Clears value. This method clears the values stored in the corresponding object.
Reimplemented from sdpElement. |
|
|
Returns the Duration. This method returns the Repeat Duration portion of the sdpRepeatTimes object
|
|
|
Returns the Interval. This method returns the Repeat Interval portion of the sdpRepeatTimes object
|
|
|
Returns the Offsets. This method returns the Repeat Offsets portion of the sdpRepeatTimes object
|
|
|
Sets the Duration. This method sets the Repeat Duration portion of the sdpRepeatTimes object
|
|
|
Sets the Interval. This method sets the Repeat Interval portion of the sdpRepeatTimes object
|
|
|
Sets the Offsets. This method sets the Repeat Offsets portion of the sdpRepeatTimes object
|
1.2.18