Skip to main content

InputOptions Struct

Declaration

struct simaai::neat::InputOptions { ... }

Included Headers

#include <Input.h>

Public Member Attributes Index

std::stringmedia_type = "video/x-raw"
std::stringformat
intwidth = -1
intheight = -1
intdepth = -1
intmax_width = -1
intmax_height = -1
intmax_depth = -1
intfps_n = 0
intfps_d = 1
std::stringcaps_override
boolis_live = true
booldo_timestamp = true
boolblock = true
intstream_type = 0
std::uint64_tmax_bytes = 0
booluse_simaai_pool = true
intpool_min_buffers = 1
intpool_max_buffers = 2
std::stringbuffer_name

Definition at line 18 of file Input.h.

Public Member Attributes

block

bool simaai::neat::InputOptions::block = true

Definition at line 37 of file Input.h.

37 bool block = true;

buffer_name

std::string simaai::neat::InputOptions::buffer_name

Definition at line 46 of file Input.h.

46 std::string buffer_name;

caps_override

std::string simaai::neat::InputOptions::caps_override

Definition at line 33 of file Input.h.

33 std::string caps_override;

depth

int simaai::neat::InputOptions::depth = -1

Definition at line 23 of file Input.h.

23 int depth = -1;

do_timestamp

bool simaai::neat::InputOptions::do_timestamp = true

Definition at line 36 of file Input.h.

36 bool do_timestamp = true;

format

std::string simaai::neat::InputOptions::format

Definition at line 20 of file Input.h.

20 std::string format;

fps_d

int simaai::neat::InputOptions::fps_d = 1

Definition at line 31 of file Input.h.

31 int fps_d = 1;

fps_n

int simaai::neat::InputOptions::fps_n = 0

Definition at line 30 of file Input.h.

30 int fps_n = 0;

height

int simaai::neat::InputOptions::height = -1

Definition at line 22 of file Input.h.

22 int height = -1;

is_live

bool simaai::neat::InputOptions::is_live = true

Definition at line 35 of file Input.h.

35 bool is_live = true;

max_bytes

std::uint64_t simaai::neat::InputOptions::max_bytes = 0

Definition at line 39 of file Input.h.

39 std::uint64_t max_bytes = 0;

max_depth

int simaai::neat::InputOptions::max_depth = -1

Definition at line 28 of file Input.h.

28 int max_depth = -1;

max_height

int simaai::neat::InputOptions::max_height = -1

Definition at line 27 of file Input.h.

27 int max_height = -1;

max_width

int simaai::neat::InputOptions::max_width = -1

Definition at line 26 of file Input.h.

26 int max_width = -1;

media_type

std::string simaai::neat::InputOptions::media_type = "video/x-raw"

Definition at line 19 of file Input.h.

19 std::string media_type = "video/x-raw";

pool_max_buffers

int simaai::neat::InputOptions::pool_max_buffers = 2

Definition at line 43 of file Input.h.

pool_min_buffers

int simaai::neat::InputOptions::pool_min_buffers = 1

Definition at line 42 of file Input.h.

stream_type

int simaai::neat::InputOptions::stream_type = 0

Definition at line 38 of file Input.h.

38 int stream_type = 0; // GST_APP_STREAM_TYPE_STREAM

use_simaai_pool

bool simaai::neat::InputOptions::use_simaai_pool = true

Definition at line 41 of file Input.h.

41 bool use_simaai_pool = true;

width

int simaai::neat::InputOptions::width = -1

Definition at line 21 of file Input.h.

21 int width = -1;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.