rtsp_buffer Struct Reference
[RTSP Layer]

RTSP Packet buffer. More...

#include <rtspinternals.h>


Data Fields

size_t size
size_t first_pkt_size
char * data


Detailed Description

RTSP Packet buffer.

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.


Field Documentation

size_t rtsp_buffer::size

Full buffer size.

Definition at line 149 of file rtspinternals.h.

Referenced by rtsp().

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().


The documentation for this struct was generated from the following file:
Generated on Tue Feb 3 03:10:03 2009 for libnemesi by  doxygen 1.5.4