Skip to main content

UdpH264OutputGroup.h File

H264-to-UDP output group options and builder. More...

Included Headers

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

Namespaces Index

namespacesimaai
namespaceneat
namespacenodes
namespacegroups

Classes Index

structUdpH264OutputGroupOptions

Description

H264-to-UDP 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 h264_caps;
16 int payload_type = 96;
18 std::string udp_host = "127.0.0.1";
19 int udp_port = 5000;
20 bool udp_sync = false;
21 bool udp_async = false;
22};
23
24simaai::neat::NodeGroup UdpH264OutputGroup(const UdpH264OutputGroupOptions& opt);
25
26} // namespace simaai::neat::nodes::groups

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.