NVIDIA DeepStream SDK API Reference

8.0 Release
factory_metadata.h File Reference

Detailed Description

Header used for creating custom factories

Definition in file factory_metadata.h.

Go to the source code of this file.

Data Structures

struct  _FactoryMetadata
 Information required by a custom factory. More...
 

Typedefs

typedef struct _FactoryMetadata FactoryMetadata
 Information required by a custom factory. More...
 

Functions

unsigned long gst_custom_factory_get_type (const char *name)
 
const FactoryMetadata get_custom_factory_info (void)
 
const char * get_custom_factory_product_param_spec (void)
 

Typedef Documentation

◆ FactoryMetadata

Information required by a custom factory.

Function Documentation

◆ get_custom_factory_info()

const FactoryMetadata get_custom_factory_info ( void  )

◆ get_custom_factory_product_param_spec()

const char* get_custom_factory_product_param_spec ( void  )

◆ gst_custom_factory_get_type()

unsigned long gst_custom_factory_get_type ( const char *  name)