Media Controller
A GStreamer implementation using the VideoXpert SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
MediaController::Rtsp::Response Struct Reference

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

Detailed Description

The parsed information from an RTSP response.

Definition at line 10 of file RtspResponse.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: