Skip to main content

OutputCaps Struct

Declaration

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

Included Headers

#include <RtspDecodedInput.h>

Public Member Attributes Index

boolenable = false
std::stringformat = "NV12"
intwidth = -1
intheight = -1
intfps = -1
simaai::neat::CapsMemorymemory = simaai::neat::CapsMemory::SystemMemory

Definition at line 40 of file RtspDecodedInput.h.

Public Member Attributes

enable

bool simaai::neat::nodes::groups::RtspDecodedInputOptions::OutputCaps::enable = false

Definition at line 41 of file RtspDecodedInput.h.

41 bool enable = false;

format

std::string simaai::neat::nodes::groups::RtspDecodedInputOptions::OutputCaps::format = "NV12"

Definition at line 42 of file RtspDecodedInput.h.

42 std::string format = "NV12";

fps

int simaai::neat::nodes::groups::RtspDecodedInputOptions::OutputCaps::fps = -1

Definition at line 45 of file RtspDecodedInput.h.

45 int fps = -1;

height

int simaai::neat::nodes::groups::RtspDecodedInputOptions::OutputCaps::height = -1

Definition at line 44 of file RtspDecodedInput.h.

44 int height = -1;

memory

simaai::neat::CapsMemory simaai::neat::nodes::groups::RtspDecodedInputOptions::OutputCaps::memory = simaai::neat::CapsMemory::SystemMemory

width

int simaai::neat::nodes::groups::RtspDecodedInputOptions::OutputCaps::width = -1

Definition at line 43 of file RtspDecodedInput.h.

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