URIParameters Class Reference
This class contains all parameters, which were specified in the Rtsp-URI using the (semi-used) syntax "/<param>=<val>". More...
#include <URIParameters.hpp>
Public Member Functions | |
| URIParameters () | |
| default constructor | |
| ~URIParameters () | |
| default destructor | |
| void | setFullURI (char *fullURI) |
| set full-URI | |
| void | setMovieId (char *movieId) |
| set value of MovieId parameter | |
| void | setUserId (uint userId) |
| set value of UserId parameter | |
| void | setProfileId (uint profileId) |
| set value of ProfileId parameter | |
| void | setRange (char *range) |
| set value of Range parameter | |
| void | setHost (char *host) |
| set value of Host parameter | |
| void | setPort (uint port) |
| set value of Port parameter | |
| void | setSessionId (uint sessionId) |
| set value of SessionId parameter | |
| void | setAction (uint action) |
| set value of Action parameter | |
| void | setSection (uint section) |
| set value of Section parameter | |
| void | setSubtractSecs (int subtractSecs) |
| set value of subtractSecs parameter | |
| char * | getFullURI () |
| char * | getMovieId () |
| uint | getUserId () |
| uint | getProfileId () |
| char * | getRange () |
| char * | getHost () |
| uint | getPort () |
| uint | getSessionId () |
| uint | getAction () |
| uint | getSection () |
| int | getSubtractSecs () |
Detailed Description
This class contains all parameters, which were specified in the Rtsp-URI using the (semi-used) syntax "/<param>=<val>".
- Author:
- Klaus Schoeffmann
Definition at line 63 of file URIParameters.hpp.
Member Function Documentation
|
|
Referenced by SemiProxySession::handlePlayResponse().
|
|
|
Referenced by SemiProxySession::forwardToClient(), SemiProxySession::getClientTimeMs(), and SemiProxySession::sendTeardownToClient().
|
|
|
Referenced by SemiProxySession::forwardToClient(), and SemiProxySession::forwardToServer().
|
|
|
Referenced by SemiProxySession::handlePlayResponse(), and SemiProxySession::parseResponseFromServer().
|
|
|
Referenced by SemiProxySession::forwardToClient(), and SemiProxySession::forwardToServer().
|
|
|
Referenced by SemiProxySession::forwardToServer(), SemiProxySession::handlePlayResponse(), SemiProxySession::parseResponseFromServer(), and SemiProxySession::play().
|
|
|
Referenced by SemiProxySession::play().
|
|
|
Referenced by SemiProxySession::play().
|
|
|
Referenced by SemiProxySession::handlePlayResponse(), and SemiProxySession::play().
|
|
|
Referenced by SemiProxySession::play().
|
|
|
Referenced by SemiProxySession::parseResponseFromServer().
|
The documentation for this class was generated from the following files: