Queue entry that stores a frame pointer and its capture timestamp. More...
#include <MXWrite/mxwrite.hpp>
Public Attributes | |
| std::chrono::steady_clock::time_point | capture_time |
| Capture time for timestamp-based encoding. | |
| void * | data |
| Pointer to RGBA frame data owned by the producer. | |
Queue entry that stores a frame pointer and its capture timestamp.
Definition at line 33 of file mxwrite.hpp.
| std::chrono::steady_clock::time_point Frame_Data::capture_time |
Capture time for timestamp-based encoding.
Definition at line 35 of file mxwrite.hpp.
| void* Frame_Data::data |
Pointer to RGBA frame data owned by the producer.
Definition at line 34 of file mxwrite.hpp.