#include <uvc-types.h>
Public Member Functions | |
| backend_frame () | |
| backend_frame (const backend_frame &other) | |
| backend_frame (backend_frame &&other) | |
| backend_frame & | operator= (const backend_frame &other) |
Public Attributes | |
| librealsense::platform::frame_object | fo |
| backend_frames_archive * | owner |
| std::vector< uint8_t > | pixels |
Definition at line 421 of file uvc-types.h.
|
inline |
Definition at line 422 of file uvc-types.h.
|
inline |
Definition at line 426 of file uvc-types.h.
|
inline |
Definition at line 428 of file uvc-types.h.
|
inline |
Definition at line 430 of file uvc-types.h.
| librealsense::platform::frame_object backend_frame::fo |
Definition at line 433 of file uvc-types.h.
| backend_frames_archive* backend_frame::owner |
Definition at line 434 of file uvc-types.h.
| std::vector<uint8_t> backend_frame::pixels |
Definition at line 432 of file uvc-types.h.