NVIDIA DeepStream SDK API Reference

8.0 Release
buffer.hpp File Reference

Detailed Description

Service maker buffer abstraction

Description: Buffer class intends to provide a comprehensive wrapper of various type of data that flows through the service maker pipeline.

Definition in file buffer.hpp.

Go to the source code of this file.

Data Structures

class  deepstream::Buffer
 Base class of a buffer. More...
 
struct  deepstream::Buffer::_Latency
 Unified definition of latency for a buffer. More...
 
class  deepstream::VideoBuffer
 
struct  deepstream::_NvDsSourceMeta
 

Namespaces

 deepstream
 

Typedefs

typedef struct _GstBuffer OpaqueBuffer
 
typedef struct deepstream::_NvDsSourceMeta deepstream::NvDsSourceMeta
 

Typedef Documentation

◆ OpaqueBuffer

typedef struct _GstBuffer OpaqueBuffer

Definition at line 31 of file buffer.hpp.