NVIDIA DeepStream SDK API Reference

8.0 Release
object.hpp File Reference

Detailed Description

Service maker object base class

Most of the entities used in service maker derive from Object class, including Element, BufferProbe, ...

Object class provides two fundamental features:

  1. reference management for auto garbage collection
  2. property setting/getting for various types.

Definition in file object.hpp.

Go to the source code of this file.

Data Structures

class  deepstream::Object
 Base Object class. More...
 
class  deepstream::Object::Value
 Value wrapper for various types. More...
 

Namespaces

 deepstream
 

Typedefs

typedef struct _GValue GValue
 
typedef struct _GstObject GstObject
 

Typedef Documentation

◆ GstObject

typedef struct _GstObject GstObject

Definition at line 34 of file object.hpp.

◆ GValue

typedef struct _GValue GValue

Definition at line 33 of file object.hpp.