FFmpeg
|
Go to the source code of this file.
Enumerations | |
enum | RTSPStatusCode { RTSP_STATUS_OK =200, RTSP_STATUS_METHOD =405, RTSP_STATUS_BANDWIDTH =453, RTSP_STATUS_SESSION =454, RTSP_STATUS_STATE =455, RTSP_STATUS_AGGREGATE =459, RTSP_STATUS_ONLY_AGGREGATE =460, RTSP_STATUS_TRANSPORT =461, RTSP_STATUS_INTERNAL =500, RTSP_STATUS_SERVICE =503, RTSP_STATUS_VERSION =505 } |
RTSP handling. More... | |
enum | RTSPMethod { DESCRIBE, ANNOUNCE, OPTIONS, SETUP, PLAY, PAUSE, TEARDOWN, GET_PARAMETER, SET_PARAMETER, REDIRECT, RECORD, UNKNOWN = -1 } |
enum RTSPStatusCode |
RTSP handling.
Definition at line 26 of file rtspcodes.h.
enum RTSPMethod |
DESCRIBE | |
ANNOUNCE | |
OPTIONS | |
SETUP | |
PLAY | |
PAUSE | |
TEARDOWN | |
GET_PARAMETER | |
SET_PARAMETER | |
REDIRECT | |
RECORD | |
UNKNOWN |
Definition at line 40 of file rtspcodes.h.