Skip to main content

SimaDecoder Struct

Declaration

struct simaai::neat::nodes::groups::ImageInputGroupOptions::SimaDecoder { ... }

Included Headers

#include <ImageInputGroup.h>

Public Member Attributes Index

boolenable = false
intsima_allocator_type = 2
std::stringdecoder_name = "decoder"
boolraw_output = false
std::stringnext_element
booluse_sw_encoder = false
intsw_bitrate_kbps = 4000

Definition at line 46 of file ImageInputGroup.h.

Public Member Attributes

decoder_name

std::string simaai::neat::nodes::groups::ImageInputGroupOptions::SimaDecoder::decoder_name = "decoder"

Definition at line 49 of file ImageInputGroup.h.

49 std::string decoder_name = "decoder";

enable

bool simaai::neat::nodes::groups::ImageInputGroupOptions::SimaDecoder::enable = false

Definition at line 47 of file ImageInputGroup.h.

47 bool enable = false;

next_element

std::string simaai::neat::nodes::groups::ImageInputGroupOptions::SimaDecoder::next_element

Definition at line 52 of file ImageInputGroup.h.

52 std::string next_element;

raw_output

bool simaai::neat::nodes::groups::ImageInputGroupOptions::SimaDecoder::raw_output = false

Definition at line 50 of file ImageInputGroup.h.

50 bool raw_output = false;

sima_allocator_type

int simaai::neat::nodes::groups::ImageInputGroupOptions::SimaDecoder::sima_allocator_type = 2

Definition at line 48 of file ImageInputGroup.h.

sw_bitrate_kbps

int simaai::neat::nodes::groups::ImageInputGroupOptions::SimaDecoder::sw_bitrate_kbps = 4000

Definition at line 55 of file ImageInputGroup.h.

55 int sw_bitrate_kbps = 4000;

use_sw_encoder

bool simaai::neat::nodes::groups::ImageInputGroupOptions::SimaDecoder::use_sw_encoder = false

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.