#include <archive.h>
Public Member Functions | |
void | cleanup () |
frame_ref | detach_ref (rs_stream stream) |
const rs_frame_ref * | get_frame (rs_stream stream) const |
int | get_frame_bpp (rs_stream stream) const |
const byte * | get_frame_data (rs_stream stream) const |
double | get_frame_metadata (rs_stream stream, rs_frame_metadata frame_metadata) const |
unsigned long long | get_frame_number (rs_stream stream) const |
int | get_frame_stride (rs_stream stream) const |
long long | get_frame_system_time (rs_stream stream) const |
double | get_frame_timestamp (rs_stream stream) const |
void | place_frame (rs_stream stream, frame &&new_frame) |
bool | supports_frame_metadata (rs_stream stream, rs_frame_metadata frame_metadata) const |
Private Attributes | |
frame_ref | buffer [RS_STREAM_NATIVE_COUNT] |
Definition at line 187 of file archive.cpp.
Definition at line 171 of file archive.cpp.
const rs_frame_ref* rsimpl::frame_archive::frameset::get_frame | ( | rs_stream | stream | ) | const [inline] |
int rsimpl::frame_archive::frameset::get_frame_bpp | ( | rs_stream | stream | ) | const [inline] |
const byte* rsimpl::frame_archive::frameset::get_frame_data | ( | rs_stream | stream | ) | const [inline] |
double rsimpl::frame_archive::frameset::get_frame_metadata | ( | rs_stream | stream, |
rs_frame_metadata | frame_metadata | ||
) | const [inline] |
unsigned long long rsimpl::frame_archive::frameset::get_frame_number | ( | rs_stream | stream | ) | const [inline] |
int rsimpl::frame_archive::frameset::get_frame_stride | ( | rs_stream | stream | ) | const [inline] |
long long rsimpl::frame_archive::frameset::get_frame_system_time | ( | rs_stream | stream | ) | const [inline] |
double rsimpl::frame_archive::frameset::get_frame_timestamp | ( | rs_stream | stream | ) | const [inline] |
void frame_archive::frameset::place_frame | ( | rs_stream | stream, |
frame && | new_frame | ||
) |
Definition at line 176 of file archive.cpp.
bool rsimpl::frame_archive::frameset::supports_frame_metadata | ( | rs_stream | stream, |
rs_frame_metadata | frame_metadata | ||
) | const [inline] |