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... | |
unsigned int deepstream::Buffer::_Latency::frame_num |
Indicating the frame to which the buffer belongs.
Definition at line 53 of file buffer.hpp.
double deepstream::Buffer::_Latency::latency |
Latency data.
Definition at line 55 of file buffer.hpp.
unsigned int deepstream::Buffer::_Latency::source_id |
Indicating the source from which the buffer is generated.
Definition at line 51 of file buffer.hpp.