A simplified SDP message structure.
More...
#include <sap_listener.h>
|
|
uint32_t | protocol_version |
| | Protocol version.
|
| |
|
uint16_t | hash |
| | Message hash.
|
| |
|
std::string | session_name |
| | Originator and session identifier.
|
| |
|
std::string | ip_address_source |
| | Session IPV4 source address.
|
| |
|
std::string | ip_address |
| | Session IPV4 destination address.
|
| |
|
uint32_t | port |
| | The IPV4 source port.
|
| |
|
uint32_t | height |
| | The height of the video stream.
|
| |
|
uint32_t | width |
| | The width of the video stream.
|
| |
|
std::string | sampling |
| | The sampling rate of the video stream.
|
| |
|
uint32_t | framerate |
| | The framerate of the video stream.
|
| |
|
uint32_t | bits_per_pixel |
| | This bits per pixel of the video stream.
|
| |
|
bool | deleted = false |
| | Set to true if the SDP message has been deleted.
|
| |
|
std::string | sdp_text |
| | The complete SDP announcement.
|
| |
A simplified SDP message structure.
The documentation for this struct was generated from the following file: