SmolRTSP
0.1.3
A small, portable, extensible RTSP 1.0 implementation in C99
smolrtsp.h
Go to the documentation of this file.
1
16
#pragma once
17
18
#include <
smolrtsp/types/error.h
>
19
#include <
smolrtsp/types/header.h
>
20
#include <
smolrtsp/types/header_map.h
>
21
#include <
smolrtsp/types/message_body.h
>
22
#include <
smolrtsp/types/method.h
>
23
#include <
smolrtsp/types/reason_phrase.h
>
24
#include <
smolrtsp/types/request.h
>
25
#include <
smolrtsp/types/request_line.h
>
26
#include <
smolrtsp/types/request_uri.h
>
27
#include <
smolrtsp/types/response.h
>
28
#include <
smolrtsp/types/response_line.h
>
29
#include <
smolrtsp/types/rtp.h
>
30
#include <
smolrtsp/types/rtsp_version.h
>
31
#include <
smolrtsp/types/sdp.h
>
32
#include <
smolrtsp/types/status_code.h
>
33
34
#include <
smolrtsp/context.h
>
35
#include <
smolrtsp/controller.h
>
36
#include <
smolrtsp/droppable.h
>
37
#include <
smolrtsp/io_vec.h
>
38
#include <
smolrtsp/nal.h
>
39
#include <
smolrtsp/nal_transport.h
>
40
#include <
smolrtsp/option.h
>
41
#include <
smolrtsp/rtp_transport.h
>
42
#include <
smolrtsp/transport.h
>
43
#include <
smolrtsp/util.h
>
44
#include <
smolrtsp/writer.h
>
context.h
A request context.
controller.h
An RTSP requests controller.
droppable.h
Droppable types support.
error.h
Possible parsing errors.
header.h
An RTSP header.
header_map.h
An RTSP header map.
io_vec.h
Vectored I/O support.
message_body.h
An RTSP message body.
method.h
An RTSP method.
nal.h
A generic NAL (Network Abstraction Layer) representation.
nal_transport.h
An RTP/NAL data transport.
option.h
Optional values.
reason_phrase.h
An RTSP reason phrase.
request.h
An RTSP request.
request_line.h
An RTSP request line.
request_uri.h
An RTSP request URI.
response.h
An RTSP response.
response_line.h
An RTSP response line.
rtp.h
RFC 3550-compliant RTP implementation.
rtp_transport.h
An RTP data transport.
rtsp_version.h
An RTSP version.
sdp.h
RFC 4566-compliant SDP implementation.
status_code.h
An RTSP status code.
transport.h
RTSP data transport (level 4) implementations.
util.h
Utilitary stuff.
writer.h
The writer interface.
include
smolrtsp.h
Generated by
1.9.1