Go to the source code of this file.
Namespaces | |
namespace | RTSP |
Classes | |
class | RTSPParserBase |
Enumerations | |
enum | KindOfHeader { ANNOUNCE, DESCRIBE, GET_PARAMETER, SET_PARAMETER, OPTIONS, PAUSE, PLAY, REPLY, SETUP, TEARDOWN } |
|
The kind of header indicates which RTSP command is transported by this PDU. It was previously transported as a string, but that is obviously a useless overhead, since the number of options is very limited. The enumeration replaces this in all respects. |