![]() |
MediaX v1.1.2 [7554dd3]
Video streaming for military vehicles
|
Store common port information for ingress and egress ports. More...
#include <rtp_types.h>

Data Fields | |
| std::string | hostname |
| Hostname or IP address. | |
| uint32_t | port_no = 0 |
| Port number. | |
| int | sockfd = 0 |
| Socket file descriptor. | |
| std::string | name = "unknown" |
| The session name. | |
| uint32_t | height = 0 |
| Height in pixels of stream. | |
| uint32_t | width = 0 |
| Width in pixels of stream. | |
| uint32_t | framerate = 25 |
| Intended update framerate. | |
| ColourspaceType | encoding |
| Encoding type. | |
| bool | socket_open = false |
| Socket open flag. | |
| bool | settings_valid = false |
| Can be set when SAP/SDP arrives or gets deleted. | |
Store common port information for ingress and egress ports.