#include <rtspinternals.h>
Data Fields | |
| size_t | size |
| size_t | first_pkt_size |
| char * | data |
There the packets read from the RTSP port are composed and stored. Since it's possible that the message comes fragmented in many packets from the underlying transport protocol, we first check for completion and then the message will be processed.
Definition at line 148 of file rtspinternals.h.
| size_t rtsp_buffer::size |
| size_t rtsp_buffer::first_pkt_size |
First packet size.
Definition at line 150 of file rtspinternals.h.
| char* rtsp_buffer::data |
Raw data.
Definition at line 151 of file rtspinternals.h.
Referenced by check_status(), and handle_rtsp_pkt().
1.5.4