Skip to main content

UdpOutputGroupG.h File

UDP sink output group options and builder. More...

Included Headers

#include "builder/NodeGroup.h" #include <string>

Namespaces Index

namespacesimaai
namespaceneat
namespacenodes
namespacegroups

Classes Index

structUdpOutputGroupGOptions

Description

UDP sink output group options and builder.

File Listing

The file content with the documentation metadata removed is:

1
6#pragma once
7
8#include "builder/NodeGroup.h"
9
10#include <string>
11
13
15 std::string render_config;
16 int width = 0;
17 int height = 0;
18 int fps = 30;
19 int bitrate_kbps = 4000;
20 int payload_type = 96;
22 bool sync_mode = false;
23 std::string udp_host = "127.0.0.1";
24 int udp_port = 5000;
25 bool udp_sync = false;
26 bool udp_async = false;
27};
28
29simaai::neat::NodeGroup UdpOutputGroupG(const UdpOutputGroupGOptions& opt);
30
31} // namespace simaai::neat::nodes::groups

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.