HP-UX Multimedia Streaming Protocols (MSP) Programmer's Guide

Table A-1 The librtsp APIs (continued)
DescriptionAPI
Gets message body from the
rtsp_msg_t structure.
rtsp_get_msg_body
Message Send/Receive
Sends an RTSP message over an RTSP
connection.
rtsp_send_msg
Sends interleaved binary data over an
RTSP connection.
rtsp_send_stream
Receives either an RTSP message or
interleaved data from an RTSP
connection.
rtsp_recv
Cache Control Header
Initializes the members of the
rtsp_cache_t structure.
rtsp_init_cache
Creates a new rtsp_cache_t structure
and initializes the structure members.
rtsp_alloc_cache
Frees the memory allocated for the entire
linked list of rtsp_cache_t structures
and their members.
rtsp_free_cache
Range Header
Initializes the members of the
rtsp_range_t structure.
rtsp_init_range
Creates a new rtsp_range_t structure
and initializes the structure members.
rtsp_alloc_range
Frees the memory allocated for the entire
linked list of rtsp_range_t structures
and their members.
rtsp_free_range
RTP-Info Header
Initializes the members of the
rtsp_rtpinfo_t structure.
rtsp_init_rtpinfo
Creates a new rtsp_rtpinfo_t
structure and initializes the structure
members.
rtsp_alloc_rtpinfo
Frees the memory allocated for the entire
linked list of rtsp_rtpinfo_t
structures and their members.
rtsp_free_rtpinfo
Transport Header
The librtsp APIs 109