UniMRCP  1.7.0
Data Fields
rtsp_message_t Struct Reference

#include <rtsp_message.h>

Collaboration diagram for rtsp_message_t:
Collaboration graph
[legend]

Data Fields

rtsp_start_line_t start_line
 
rtsp_header_t header
 
apt_str_t body
 
apr_pool_t * pool
 

Detailed Description

RTSP message

Field Documentation

◆ body

apt_str_t rtsp_message_t::body

RTSP message body

◆ header

rtsp_header_t rtsp_message_t::header

RTSP header

◆ pool

apr_pool_t* rtsp_message_t::pool

Pool to allocate memory from

◆ start_line

rtsp_start_line_t rtsp_message_t::start_line

RTSP mesage type (request/response)


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