Enumerations

libavformat/rtspcodes.h File Reference

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...

Enumeration Type Documentation

RTSP handling.

Enumerator:
RTSP_STATUS_OK 

OK.

RTSP_STATUS_METHOD 

Method Not Allowed.

RTSP_STATUS_BANDWIDTH 

Not Enough Bandwidth.

RTSP_STATUS_SESSION 

Session Not Found.

RTSP_STATUS_STATE 

Method Not Valid in This State.

RTSP_STATUS_AGGREGATE 

Aggregate operation not allowed.

RTSP_STATUS_ONLY_AGGREGATE 

Only aggregate operation allowed.

RTSP_STATUS_TRANSPORT 

Unsupported transport.

RTSP_STATUS_INTERNAL 

Internal Server Error.

RTSP_STATUS_SERVICE 

Service Unavailable.

RTSP_STATUS_VERSION 

RTSP Version not supported.

Definition at line 26 of file rtspcodes.h.