UdpOutputNodeGroupOptions Struct
Declaration
struct simaai::neat::nodes::groups::UdpOutputNodeGroupOptions { ... }
Included Headers
#include <OptiViewOutputGroup.h>
Public Member Attributes Index
| std::string | h264_caps |
| int | payload_type = 96 |
| int | config_interval = 1 |
| bool | enable_timings = false |
| std::string | host = "127.0.0.1" |
| int | video_port_base = 9000 |
| bool | udp_sync = false |
| bool | udp_async = false |
Definition at line 20 of file OptiViewOutputGroup.h.
Public Member Attributes
config_interval
|
Definition at line 23 of file OptiViewOutputGroup.h.
23 int config_interval = 1;
enable_timings
|
Definition at line 24 of file OptiViewOutputGroup.h.
24 bool enable_timings = false;
h264_caps
|
Definition at line 21 of file OptiViewOutputGroup.h.
host
|
Definition at line 25 of file OptiViewOutputGroup.h.
payload_type
|
Definition at line 22 of file OptiViewOutputGroup.h.
22 int payload_type = 96;
udp_async
|
Definition at line 28 of file OptiViewOutputGroup.h.
udp_sync
|
Definition at line 27 of file OptiViewOutputGroup.h.
video_port_base
|
Definition at line 26 of file OptiViewOutputGroup.h.
26 int video_port_base = 9000;
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.