#include <rs_rtp_stream.hh>
Public Member Functions | |
| Raw_Frame & | operator= (const Raw_Frame &) |
| Raw_Frame (char *buffer, int size, struct timeval timestamp) | |
| Raw_Frame (const Raw_Frame &) | |
| ~Raw_Frame () | |
Public Attributes | |
| char * | m_buffer |
| RsMetadataHeader * | m_metadata |
| unsigned int | m_size |
| struct timeval | m_timestamp |
Definition at line 16 of file rs_rtp_stream.hh.
|
inline |
Definition at line 18 of file rs_rtp_stream.hh.
| Raw_Frame::Raw_Frame | ( | const Raw_Frame & | ) |
|
inline |
Definition at line 25 of file rs_rtp_stream.hh.
| char* Raw_Frame::m_buffer |
Definition at line 31 of file rs_rtp_stream.hh.
| RsMetadataHeader* Raw_Frame::m_metadata |
Definition at line 28 of file rs_rtp_stream.hh.
| unsigned int Raw_Frame::m_size |
Definition at line 32 of file rs_rtp_stream.hh.
| struct timeval Raw_Frame::m_timestamp |
Definition at line 33 of file rs_rtp_stream.hh.