Skip to main content

RtspDecodedInputOptions Struct

Declaration

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

Included Headers

#include <RtspDecodedInput.h>

Public Member Attributes Index

std::stringurl
intlatency_ms = 200
booltcp = true
intpayload_type = 96
inth264_parse_config_interval = -1
inth264_fps = -1
inth264_width = -1
inth264_height = -1
boolinsert_queue = true
boolsync_mode = false
boolauto_caps_from_stream = true
intfallback_h264_fps = -1
intfallback_h264_width = -1
intfallback_h264_height = -1
intsima_allocator_type = 2
std::stringout_format = "NV12"
std::stringdecoder_name
booldecoder_raw_output = true
std::stringdecoder_next_element
booluse_videoconvert = false
booluse_videoscale = false
struct { ... }output_caps
std::stringextra_fragment

Definition at line 15 of file RtspDecodedInput.h.

Public Member Attributes

auto_caps_from_stream

bool simaai::neat::nodes::groups::RtspDecodedInputOptions::auto_caps_from_stream = true

Definition at line 26 of file RtspDecodedInput.h.

decoder_name

std::string simaai::neat::nodes::groups::RtspDecodedInputOptions::decoder_name

Definition at line 33 of file RtspDecodedInput.h.

33 std::string decoder_name;

decoder_next_element

std::string simaai::neat::nodes::groups::RtspDecodedInputOptions::decoder_next_element

Definition at line 35 of file RtspDecodedInput.h.

decoder_raw_output

bool simaai::neat::nodes::groups::RtspDecodedInputOptions::decoder_raw_output = true

Definition at line 34 of file RtspDecodedInput.h.

34 bool decoder_raw_output = true;

extra_fragment

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

Definition at line 49 of file RtspDecodedInput.h.

49 std::string extra_fragment;

fallback_h264_fps

int simaai::neat::nodes::groups::RtspDecodedInputOptions::fallback_h264_fps = -1

Definition at line 27 of file RtspDecodedInput.h.

fallback_h264_height

int simaai::neat::nodes::groups::RtspDecodedInputOptions::fallback_h264_height = -1

Definition at line 29 of file RtspDecodedInput.h.

fallback_h264_width

int simaai::neat::nodes::groups::RtspDecodedInputOptions::fallback_h264_width = -1

Definition at line 28 of file RtspDecodedInput.h.

h264_fps

int simaai::neat::nodes::groups::RtspDecodedInputOptions::h264_fps = -1

Definition at line 21 of file RtspDecodedInput.h.

21 int h264_fps = -1;

h264_height

int simaai::neat::nodes::groups::RtspDecodedInputOptions::h264_height = -1

Definition at line 23 of file RtspDecodedInput.h.

23 int h264_height = -1;

h264_parse_config_interval

int simaai::neat::nodes::groups::RtspDecodedInputOptions::h264_parse_config_interval = -1

Definition at line 20 of file RtspDecodedInput.h.

h264_width

int simaai::neat::nodes::groups::RtspDecodedInputOptions::h264_width = -1

Definition at line 22 of file RtspDecodedInput.h.

22 int h264_width = -1;

insert_queue

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

Definition at line 24 of file RtspDecodedInput.h.

24 bool insert_queue = true;

latency_ms

int simaai::neat::nodes::groups::RtspDecodedInputOptions::latency_ms = 200

Definition at line 17 of file RtspDecodedInput.h.

17 int latency_ms = 200;

out_format

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

Definition at line 32 of file RtspDecodedInput.h.

32 std::string out_format = "NV12";

output_caps

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

Definition at line 47 of file RtspDecodedInput.h.

payload_type

int simaai::neat::nodes::groups::RtspDecodedInputOptions::payload_type = 96

Definition at line 19 of file RtspDecodedInput.h.

19 int payload_type = 96;

sima_allocator_type

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

Definition at line 31 of file RtspDecodedInput.h.

sync_mode

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

Definition at line 25 of file RtspDecodedInput.h.

25 bool sync_mode = false;

tcp

bool simaai::neat::nodes::groups::RtspDecodedInputOptions::tcp = true

Definition at line 18 of file RtspDecodedInput.h.

18 bool tcp = true;

url

std::string simaai::neat::nodes::groups::RtspDecodedInputOptions::url

Definition at line 16 of file RtspDecodedInput.h.

16 std::string url;

use_videoconvert

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

Definition at line 37 of file RtspDecodedInput.h.

37 bool use_videoconvert = false;

use_videoscale

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

Definition at line 38 of file RtspDecodedInput.h.

38 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.