SmolRTSP  0.1.3
A small, portable, extensible RTSP 1.0 implementation in C99
SmolRTSP_Response Struct Reference

An RTSP response. More...

#include <response.h>

Collaboration diagram for SmolRTSP_Response:

Data Fields

SmolRTSP_ResponseLine start_line
 The response line.
 
SmolRTSP_HeaderMap header_map
 The header map.
 
SmolRTSP_MessageBody body
 The message body.
 
uint32_t cseq
 The sequence number for an RTSP request/response pair.
 

Detailed Description

An RTSP response.


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