![]() |
MediaX v1.0.0rc7 [7e6cb74]
Video streaming for military vehicles
|
Class to announce the stream details using the SAP protocol. More...
#include <sap_announcer.h>
Public Member Functions | |
SapHeader (uint8_t version, uint8_t auth_len, uint16_t hash, uint32_t originating_source) | |
Create a new Sap Header object. | |
Data Fields | |
uint8_t | version |
Protocol version. | |
uint8_t | auth_len |
Authentication length. | |
uint16_t | hash |
Hash, must be unique for this announcement. | |
uint32_t | originating_source |
Originating Source, IPV4. | |
Class to announce the stream details using the SAP protocol.
|
inline |
Create a new Sap Header object.
version | The SAP/SDP version |
auth_len | The authentication length |
hash | The hash, must be unique for this announcement |
originating_source | The originating source, IPV4 |