Skip to main content

VideoInputGroupOptions Struct

Declaration

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

Included Headers

#include <VideoInputGroup.h>

Public Member Attributes Index

std::stringpath
intdemux_video_pad_index = 0
boolinsert_queue = true
boolsync_mode = false
intparse_config_interval = 1
boolparse_enforce_au = true
intsima_allocator_type = 2
std::stringout_format = "NV12"
booluse_videoconvert = false
booluse_videoscale = false
struct { ... }output_caps
std::stringextra_fragment

Definition at line 16 of file VideoInputGroup.h.

Public Member Attributes

demux_video_pad_index

int simaai::neat::nodes::groups::VideoInputGroupOptions::demux_video_pad_index = 0

Definition at line 18 of file VideoInputGroup.h.

extra_fragment

std::string simaai::neat::nodes::groups::VideoInputGroupOptions::extra_fragment

Definition at line 40 of file VideoInputGroup.h.

40 std::string extra_fragment;

insert_queue

bool simaai::neat::nodes::groups::VideoInputGroupOptions::insert_queue = true

Definition at line 19 of file VideoInputGroup.h.

19 bool insert_queue = true;

out_format

std::string simaai::neat::nodes::groups::VideoInputGroupOptions::out_format = "NV12"

Definition at line 26 of file VideoInputGroup.h.

26 std::string out_format = "NV12";

output_caps

struct simaai::neat::nodes::groups::VideoInputGroupOptions::OutputCaps simaai::neat::nodes::groups::VideoInputGroupOptions::output_caps

Definition at line 38 of file VideoInputGroup.h.

parse_config_interval

int simaai::neat::nodes::groups::VideoInputGroupOptions::parse_config_interval = 1

Definition at line 22 of file VideoInputGroup.h.

parse_enforce_au

bool simaai::neat::nodes::groups::VideoInputGroupOptions::parse_enforce_au = true

Definition at line 23 of file VideoInputGroup.h.

23 bool parse_enforce_au = true;

path

std::string simaai::neat::nodes::groups::VideoInputGroupOptions::path

Definition at line 17 of file VideoInputGroup.h.

17 std::string path;

sima_allocator_type

int simaai::neat::nodes::groups::VideoInputGroupOptions::sima_allocator_type = 2

Definition at line 25 of file VideoInputGroup.h.

sync_mode

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

Definition at line 20 of file VideoInputGroup.h.

20 bool sync_mode = false;

use_videoconvert

bool simaai::neat::nodes::groups::VideoInputGroupOptions::use_videoconvert = false

Definition at line 28 of file VideoInputGroup.h.

28 bool use_videoconvert = false;

use_videoscale

bool simaai::neat::nodes::groups::VideoInputGroupOptions::use_videoscale = false

Definition at line 29 of file VideoInputGroup.h.

29 bool use_videoscale = false;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.