HP-UX Multimedia Streaming Protocols (MSP) Programmer's Guide
Table A-2 The librtsp Data Structures (continued)
DescriptionData Structure
Array of RTSP method strings.
rtsp_methods
Array of RTSP header field strings.
rtsp_hdrs
Array of RTSP status code integers.
rtsp_status_code
Array of RTSP status code strings.
rtsp_status_code_str
Array of RTSP reason phrase strings.
rtsp_status_text
The librtsp Enumerated Values
Table A-3 lists and describes the enumerated values that the RTSP library uses.
Table A-3 The librtsp Enumerated Values
DescriptionValue
Methods
DESCRIBE method.
RTSP_DESCRIBE
ANNOUNCE method.
RTSP_ANNOUNCE
GET_PARAMETER method.
RTSP_GET_PARAMETER
OPTIONS method.
RTSP_OPTIONS
PAUSE method.
RTSP_PAUSE
PLAY method.
RTSP_PLAY
RECORD method.
RTSP_RECORD
REDIRECT method.
RTSP_REDIRECT
SETUP method.
RTSP_SETUP
SET_PARAMETER method.
RTSP_SET_PARAMETER
TEARDOWN method.
RTSP_TEARDOWN
Timestamps
Normal Play Time (NPT).
RTSP_RANGE_NPT
Absolute time as ISO 8601 timestamps
using UTC.
RTSP_RANGE_UTC
SMPTE relative timestamp.
RTSP_RANGE_SMPTE
SMPTE-25 format.
RTSP_RANGE_SMPTE_25
SMPTE 30 drop format.
RTSP_RANGE_SMPTE_30_DROP
The librtsp Enumerated Values 111