SessionOptions Struct
Declaration
struct simaai::neat::Model::SessionOptions { ... }
Included Headers
#include <Model.h>
Public Member Attributes Index
| bool | include_appsrc = true |
| bool | include_appsink = true |
| std::string | upstream_name |
| std::string | name_suffix |
| std::string | buffer_name |
Definition at line 89 of file Model.h.
Public Member Attributes
buffer_name
|
Definition at line 94 of file Model.h.
94 std::string buffer_name;
include_appsink
|
Definition at line 91 of file Model.h.
91 bool include_appsink = true;
include_appsrc
|
Definition at line 90 of file Model.h.
90 bool include_appsrc = true;
name_suffix
|
Definition at line 93 of file Model.h.
93 std::string name_suffix;
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.