NVIDIA DeepStream SDK API Reference

6.4 Release
ds3d::config::ComponentConfig Struct Reference

Detailed Description

Definition at line 34 of file includes/ds3d/common/config.h.

Data Fields

std::string name
 
ComponentType type = ComponentType::kNone
 
std::string gstInCaps
 
std::string gstOutCaps
 
std::string linkTo
 
std::string linkFrom
 
std::string withQueue
 
std::string customLibPath
 
std::string customCreateFunction
 
std::string configBody
 
std::string rawContent
 
std::string filePath
 

Field Documentation

◆ configBody

std::string ds3d::config::ComponentConfig::configBody

Definition at line 44 of file includes/ds3d/common/config.h.

Referenced by ds3d::config::parseComponentConfig().

◆ customCreateFunction

std::string ds3d::config::ComponentConfig::customCreateFunction

◆ customLibPath

std::string ds3d::config::ComponentConfig::customLibPath

◆ filePath

◆ gstInCaps

std::string ds3d::config::ComponentConfig::gstInCaps

◆ gstOutCaps

std::string ds3d::config::ComponentConfig::gstOutCaps

◆ linkFrom

std::string ds3d::config::ComponentConfig::linkFrom

Definition at line 40 of file includes/ds3d/common/config.h.

Referenced by ds3d::config::parseComponentConfig().

◆ linkTo

std::string ds3d::config::ComponentConfig::linkTo

Definition at line 39 of file includes/ds3d/common/config.h.

Referenced by ds3d::config::parseComponentConfig().

◆ name

std::string ds3d::config::ComponentConfig::name

◆ rawContent

◆ type

ComponentType ds3d::config::ComponentConfig::type = ComponentType::kNone

◆ withQueue

std::string ds3d::config::ComponentConfig::withQueue

Definition at line 41 of file includes/ds3d/common/config.h.

Referenced by ds3d::config::parseComponentConfig().


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