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

For example, rtsp_status_code_str [RTSP_100] is a pointer that points to
the location containing the 100 string.
rtsp_status_text
This is an array of pointers to locations that contain the RTSP reason phrase strings
corresponding to the RTSP status codes. You must index this array using the
enumerated RTSP status code.
For example, rtsp_status_text [RTSP_100] is a pointer that points to the
location containing the string, Continue. The reason phrase corresponding to the
status code is 100.
RTSP APIs
The following lists the types of APIs that the RTSP library provides:
Connection APIs
The following lists the RTSP connection APIs:
rtsp_open
rtsp_create_conn
rtsp_recv
rtsp_close
Session APIs
The following lists the RTSP session APIs:
rtsp_init_session
rtsp_free_session_flds
rtsp_free_session
Message APIs
The following lists the RTSP message APIs:
rtsp_init_request_msg
rtsp_init_response_msg
rtsp_is_request_msg
rtsp_is_response_msg
rtsp_send_msg
rtsp_free_msg
The following lists the APIs that set or retrieve the request or response line
information in RTSP messages:
rtsp_set_msg_request_line
rtsp_get_msg_request_line
rtsp_set_msg_response_line
rtsp_get_msg_response_line
RTSP Library 29