Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
Public Member Functions | List of all members
rsimpl::frame_archive::frameset Class Reference

#include <archive.h>

Public Member Functions

frame_ref detach_ref (rs_stream stream)
 
void place_frame (rs_stream stream, frame &&new_frame)
 
const rs_frame_refget_frame (rs_stream stream) const
 
double get_frame_metadata (rs_stream stream, rs_frame_metadata frame_metadata) const
 
bool supports_frame_metadata (rs_stream stream, rs_frame_metadata frame_metadata) const
 
const byteget_frame_data (rs_stream stream) const
 
double get_frame_timestamp (rs_stream stream) const
 
unsigned long long get_frame_number (rs_stream stream) const
 
long long get_frame_system_time (rs_stream stream) const
 
int get_frame_stride (rs_stream stream) const
 
int get_frame_bpp (rs_stream stream) const
 
void cleanup ()
 

Member Function Documentation

◆ cleanup()

void rsimpl::frame_archive::frameset::cleanup ( )

◆ detach_ref()

frame_ref rsimpl::frame_archive::frameset::detach_ref ( rs_stream  stream)

◆ get_frame()

const rs_frame_ref* rsimpl::frame_archive::frameset::get_frame ( rs_stream  stream) const
inline

◆ get_frame_bpp()

int rsimpl::frame_archive::frameset::get_frame_bpp ( rs_stream  stream) const
inline

◆ get_frame_data()

const byte* rsimpl::frame_archive::frameset::get_frame_data ( rs_stream  stream) const
inline

◆ get_frame_metadata()

double rsimpl::frame_archive::frameset::get_frame_metadata ( rs_stream  stream,
rs_frame_metadata  frame_metadata 
) const
inline

◆ get_frame_number()

unsigned long long rsimpl::frame_archive::frameset::get_frame_number ( rs_stream  stream) const
inline

◆ get_frame_stride()

int rsimpl::frame_archive::frameset::get_frame_stride ( rs_stream  stream) const
inline

◆ get_frame_system_time()

long long rsimpl::frame_archive::frameset::get_frame_system_time ( rs_stream  stream) const
inline

◆ get_frame_timestamp()

double rsimpl::frame_archive::frameset::get_frame_timestamp ( rs_stream  stream) const
inline

◆ place_frame()

void rsimpl::frame_archive::frameset::place_frame ( rs_stream  stream,
frame &&  new_frame 
)

◆ supports_frame_metadata()

bool rsimpl::frame_archive::frameset::supports_frame_metadata ( rs_stream  stream,
rs_frame_metadata  frame_metadata 
) const
inline

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