![]() |
Media Controller
A GStreamer implementation using the VideoXpert SDK
|
The parsed information from an RTSP response. More...
#include <RtspResponse.h>
Public Attributes | |
unsigned int | statusCode |
The reponse status code. More... | |
std::string | session |
The session identifier. More... | |
std::map< std::string, std::string > | headers |
A list of response headers. More... | |
std::string | content |
The body of the response. More... | |
The parsed information from an RTSP response.
Definition at line 10 of file RtspResponse.h.
std::string MediaController::Rtsp::Response::content |
The body of the response.
Definition at line 30 of file RtspResponse.h.
std::map<std::string, std::string> MediaController::Rtsp::Response::headers |
A list of response headers.
Definition at line 25 of file RtspResponse.h.
std::string MediaController::Rtsp::Response::session |
The session identifier.
Definition at line 20 of file RtspResponse.h.
unsigned int MediaController::Rtsp::Response::statusCode |
The reponse status code.
Definition at line 15 of file RtspResponse.h.