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

Table A-1 The librtsp APIs (continued)
DescriptionAPI
Initializes the members of the
rtsp_xport_spec_t structure.
rtsp_init_xport_spec
Creates a new rtsp_xport_spec_t
structure and initializes the structure
members.
rtsp_alloc_xport_spec
Frees the memory allocated for the
rtsp_xport_xpec_t structure
members.
rtsp_free_xport_spec_flds
Frees the memory allocated for the entire
linked list of rtsp_xport_spec_t
structures and their members.
rtsp_free_xport_spec
RTSP URL
Parses the RTSP URL string into the
rtsp_url_t structure.
rtsp_parse_url
The librtsp Data Structures
Table A-2 lists and describes the librtsp data structures that the RTSP library provides.
Table A-2 The librtsp Data Structures
DescriptionData Structure
Represents an RTSP connection.
rtsp_conn_t
Represents an RTSP session.
rtsp_session_t
Represents an RTSP message.
rtsp_msg_t
Represents the RTSP cache control header.
rtsp_cache_t
Represents the RTSP range header.
Represents the NPT timestamp.
Represents the UTC timestamp.
Represents the SMPTE timestamp.
rtsp_range_t
rtsp_npt_t
rtsp_utc_t
rtsp_smpte_t
Represents the RTSP timestamp header.
rtsp_timestamp_t
Represents the RTSP RTP-info header.
rtsp_rtpinfo_t
Represents the RTSP transport header.
rtsp_xport_spec_t
Represents an RTSP URL.
rtsp_url_t
The librtsp Arrays
110 The librtsp Summary