NVIDIA DeepStream SDK API Reference

6.4 Release
QueueEntry Class Reference

Detailed Description

Definition at line 87 of file nvstreammux_pads.h.

Inheritance diagram for QueueEntry:

Public Member Functions

 QueueEntry (void *entry, ENTRY_TYPE et, BATCH_SEQUENCE_TYPE bt=BATCH_SEQUENCE_IN_BATCH)
 
virtual ~QueueEntry ()=default
 

Data Fields

void * wrapped
 
BATCH_SEQUENCE_TYPE batch_type
 
ENTRY_TYPE type
 

Constructor & Destructor Documentation

◆ QueueEntry()

QueueEntry::QueueEntry ( void *  entry,
ENTRY_TYPE  et,
BATCH_SEQUENCE_TYPE  bt = BATCH_SEQUENCE_IN_BATCH 
)
inline

Definition at line 90 of file nvstreammux_pads.h.

References ENTRY_EVENT, and type.

◆ ~QueueEntry()

virtual QueueEntry::~QueueEntry ( )
virtualdefault

Field Documentation

◆ batch_type

BATCH_SEQUENCE_TYPE QueueEntry::batch_type

Definition at line 96 of file nvstreammux_pads.h.

◆ type

ENTRY_TYPE QueueEntry::type

◆ wrapped

void* QueueEntry::wrapped

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