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

Public Methods | |
| int | addFormat (const char *a_Format) |
| Adds a Media Format value. | |
| int | deleteFormat (const char *a_Format) |
| Deletes a Media Format value. | |
| const char * | getFormat (int a_Index) |
| Returns the Media Format value. | |
| const char * | getMedia () |
| Returns the Media Type value. | |
| int | getNumFormat () |
| Returns the Number of Media Formats. | |
| int | getNumPorts () |
| Returns the Number of Ports. | |
| long | getPort () |
| Returns the Port. | |
| const char * | getTransport () |
| Returns the Transport. | |
| void | setMedia (const char *a_Media) |
| Sets the Media Type value. | |
| void | setNumPorts (int a_NumPorts) |
| Sets the Number of Ports. | |
| void | setPort (long a_Port) |
| Sets the Port. | |
| void | setTransport (const char *a_Transport) |
| Sets the Transport. | |
| void | clear () |
| Clears value. | |
Friends | |
| class | sdpSessionDescription |
|
|
Adds a Media Format value. This method adds a new Media Format value to the sdpMedia object
|
|
|
Clears value. This method clears the values stored in the corresponding object.
Reimplemented from sdpElement. |
|
|
Deletes a Media Format value. This method deletes a Media Format value from the sdpMedia object
|
|
|
Returns the Media Format value. This method returns the Media Format portion of the sdpMedia object
|
|
|
Returns the Media Type value. This method returns the Media Type portion of the sdpMedia object
|
|
|
Returns the Number of Media Formats. This method returns the Number of Media Formats contained in the 'm=' line
|
|
|
Returns the Number of Ports. This method returns the Number of Ports defined in the 'm=' line
|
|
|
Returns the Port. Returns the Port contained in the 'm=' line
|
|
|
Returns the Transport. This method returns the Transport contained in the 'm=' line
|
|
|
Sets the Media Type value. This method sets the Media Type portion of the sdpMedia object
|
|
|
Sets the Number of Ports. This method sets the Number of Ports contained in the 'm=' line
|
|
|
Sets the Port. This method sets the Port contained in the 'm=' line
|
|
|
Sets the Transport. This method sets the Transport contained in the 'm=' line
|
1.2.18