NVIDIA DeepStream SDK API Reference

8.0 Release
deepstream::Buffer::_Latency Struct Reference

Detailed Description

Unified definition of latency for a buffer.

Definition at line 49 of file buffer.hpp.

Data Fields

unsigned int source_id
 Indicating the source from which the buffer is generated. More...
 
unsigned int frame_num
 Indicating the frame to which the buffer belongs. More...
 
double latency
 Latency data. More...
 

Field Documentation

◆ frame_num

unsigned int deepstream::Buffer::_Latency::frame_num

Indicating the frame to which the buffer belongs.

Definition at line 53 of file buffer.hpp.

◆ latency

double deepstream::Buffer::_Latency::latency

Latency data.

Definition at line 55 of file buffer.hpp.

◆ source_id

unsigned int deepstream::Buffer::_Latency::source_id

Indicating the source from which the buffer is generated.

Definition at line 51 of file buffer.hpp.


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