Skip to main content

UdpOutputGroupGOptions Struct

Declaration

struct simaai::neat::nodes::groups::UdpOutputGroupGOptions { ... }

Included Headers

#include <UdpOutputGroupG.h>

Public Member Attributes Index

std::stringrender_config
intwidth = 0
intheight = 0
intfps = 30
intbitrate_kbps = 4000
intpayload_type = 96
intconfig_interval = 1
boolsync_mode = false
std::stringudp_host = "127.0.0.1"
intudp_port = 5000
booludp_sync = false
booludp_async = false

Definition at line 14 of file UdpOutputGroupG.h.

Public Member Attributes

bitrate_kbps

int simaai::neat::nodes::groups::UdpOutputGroupGOptions::bitrate_kbps = 4000

Definition at line 19 of file UdpOutputGroupG.h.

19 int bitrate_kbps = 4000;

config_interval

int simaai::neat::nodes::groups::UdpOutputGroupGOptions::config_interval = 1

Definition at line 21 of file UdpOutputGroupG.h.

fps

int simaai::neat::nodes::groups::UdpOutputGroupGOptions::fps = 30

Definition at line 18 of file UdpOutputGroupG.h.

18 int fps = 30;

height

int simaai::neat::nodes::groups::UdpOutputGroupGOptions::height = 0

Definition at line 17 of file UdpOutputGroupG.h.

17 int height = 0;

payload_type

int simaai::neat::nodes::groups::UdpOutputGroupGOptions::payload_type = 96

Definition at line 20 of file UdpOutputGroupG.h.

20 int payload_type = 96;

render_config

std::string simaai::neat::nodes::groups::UdpOutputGroupGOptions::render_config

Definition at line 15 of file UdpOutputGroupG.h.

15 std::string render_config;

sync_mode

bool simaai::neat::nodes::groups::UdpOutputGroupGOptions::sync_mode = false

Definition at line 22 of file UdpOutputGroupG.h.

22 bool sync_mode = false;

udp_async

bool simaai::neat::nodes::groups::UdpOutputGroupGOptions::udp_async = false

Definition at line 26 of file UdpOutputGroupG.h.

26 bool udp_async = false;

udp_host

std::string simaai::neat::nodes::groups::UdpOutputGroupGOptions::udp_host = "127.0.0.1"

Definition at line 23 of file UdpOutputGroupG.h.

23 std::string udp_host = "127.0.0.1";

udp_port

int simaai::neat::nodes::groups::UdpOutputGroupGOptions::udp_port = 5000

Definition at line 24 of file UdpOutputGroupG.h.

24 int udp_port = 5000;

udp_sync

bool simaai::neat::nodes::groups::UdpOutputGroupGOptions::udp_sync = false

Definition at line 25 of file UdpOutputGroupG.h.

25 bool udp_sync = false;

width

int simaai::neat::nodes::groups::UdpOutputGroupGOptions::width = 0

Definition at line 16 of file UdpOutputGroupG.h.

16 int width = 0;

The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.