NVIDIA DeepStream SDK API Reference

8.0 Release
_FactoryMetadata Struct Reference

Detailed Description

Information required by a custom factory.

Definition at line 26 of file factory_metadata.h.

Data Fields

const char * name
 A brief name. More...
 
const char * long_name
 Long name. More...
 
const char * klass
 Category name. More...
 
const char * description
 Detailed introduction. More...
 
const char * author
 Author. More...
 
unsigned long object_type
 Unique number to identify the type of the object created by the factory. More...
 
const char * signals
 Supported signal names separated by '/', used only by signal handlers. More...
 

Field Documentation

◆ author

const char* _FactoryMetadata::author

Author.

Definition at line 36 of file factory_metadata.h.

◆ description

const char* _FactoryMetadata::description

Detailed introduction.

Definition at line 34 of file factory_metadata.h.

◆ klass

const char* _FactoryMetadata::klass

Category name.

Definition at line 32 of file factory_metadata.h.

◆ long_name

const char* _FactoryMetadata::long_name

Long name.

Definition at line 30 of file factory_metadata.h.

◆ name

const char* _FactoryMetadata::name

A brief name.

Definition at line 28 of file factory_metadata.h.

◆ object_type

unsigned long _FactoryMetadata::object_type

Unique number to identify the type of the object created by the factory.

Definition at line 38 of file factory_metadata.h.

◆ signals

const char* _FactoryMetadata::signals

Supported signal names separated by '/', used only by signal handlers.

Definition at line 40 of file factory_metadata.h.


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