SimaDecoder Struct
Declaration
struct simaai::neat::nodes::groups::ImageInputGroupOptions::SimaDecoder { ... }
Included Headers
#include <ImageInputGroup.h>
Public Member Attributes Index
| bool | enable = false |
| int | sima_allocator_type = 2 |
| std::string | decoder_name = "decoder" |
| bool | raw_output = false |
| std::string | next_element |
| bool | use_sw_encoder = false |
| int | sw_bitrate_kbps = 4000 |
Definition at line 46 of file ImageInputGroup.h.
Public Member Attributes
decoder_name
|
Definition at line 49 of file ImageInputGroup.h.
49 std::string decoder_name = "decoder";
enable
|
Definition at line 47 of file ImageInputGroup.h.
next_element
|
Definition at line 52 of file ImageInputGroup.h.
52 std::string next_element;
raw_output
|
Definition at line 50 of file ImageInputGroup.h.
50 bool raw_output = false;
sima_allocator_type
|
Definition at line 48 of file ImageInputGroup.h.
48 int sima_allocator_type = 2;
sw_bitrate_kbps
|
Definition at line 55 of file ImageInputGroup.h.
55 int sw_bitrate_kbps = 4000;
use_sw_encoder
|
Definition at line 54 of file ImageInputGroup.h.
54 bool use_sw_encoder = false;
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.