17 #ifndef RTSP_MESSAGE_H
18 #define RTSP_MESSAGE_H
Definition: rtsp_start_line.h:131
apt_str_t body
Definition: rtsp_message.h:40
#define APT_END_EXTERN_C
Definition: apt.h:38
rtsp_reason_phrase_e
Definition: rtsp_start_line.h:78
rtsp_message_type_e
Definition: rtsp_start_line.h:39
rtsp_message_t * rtsp_request_create(apr_pool_t *pool)
#define APT_BEGIN_EXTERN_C
Definition: apt.h:36
RTSP Start Line (request-line/status-line)
Definition: rtsp_message.h:34
rtsp_header_t header
Definition: rtsp_message.h:38
rtsp_start_line_t start_line
Definition: rtsp_message.h:36
rtsp_message_t * rtsp_response_create(const rtsp_message_t *request, rtsp_status_code_e status_code, rtsp_reason_phrase_e reason, apr_pool_t *pool)
#define RTSP_DECLARE(type)
Definition: rtsp.h:41
rtsp_status_code_e
Definition: rtsp_start_line.h:57
Definition: apt_string.h:36
rtsp_message_t * rtsp_message_create(rtsp_message_type_e message_type, apr_pool_t *pool)
apr_pool_t * pool
Definition: rtsp_message.h:43
void rtsp_message_destroy(rtsp_message_t *message)