Skip to main content

SessionOptions Struct

Declaration

struct simaai::neat::Model::SessionOptions { ... }

Included Headers

#include <Model.h>

Public Member Attributes Index

boolinclude_appsrc = true
boolinclude_appsink = true
std::stringupstream_name
std::stringname_suffix
std::stringbuffer_name

Definition at line 89 of file Model.h.

Public Member Attributes

buffer_name

std::string simaai::neat::Model::SessionOptions::buffer_name

Definition at line 94 of file Model.h.

94 std::string buffer_name;

include_appsink

bool simaai::neat::Model::SessionOptions::include_appsink = true

Definition at line 91 of file Model.h.

91 bool include_appsink = true;

include_appsrc

bool simaai::neat::Model::SessionOptions::include_appsrc = true

Definition at line 90 of file Model.h.

90 bool include_appsrc = true;

name_suffix

std::string simaai::neat::Model::SessionOptions::name_suffix

Definition at line 93 of file Model.h.

93 std::string name_suffix;

upstream_name

std::string simaai::neat::Model::SessionOptions::upstream_name

Definition at line 92 of file Model.h.

92 std::string upstream_name;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.