MediaX v1.0.0rc7 [7e6cb74]
Video streaming for military vehicles
Loading...
Searching...
No Matches
mediax::sap::SdpMessage Struct Reference

A simplified SDP message structure. More...

#include <sap_listener.h>

Collaboration diagram for mediax::sap::SdpMessage:
Collaboration graph

Data Fields

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.
 

Detailed Description

A simplified SDP message structure.


The documentation for this struct was generated from the following file: