#include <RTSPClient.hh>
|
| RequestRecord (unsigned cseq, char const *commandName, responseHandler *handler, MediaSession *session=NULL, MediaSubsession *subsession=NULL, u_int32_t booleanFlags=0, double start=0.0f, double end=-1.0f, float scale=1.0f, char const *contentStr=NULL) |
|
| RequestRecord (unsigned cseq, responseHandler *handler, char const *absStartTime, char const *absEndTime=NULL, float scale=1.0f, MediaSession *session=NULL, MediaSubsession *subsession=NULL) |
|
virtual | ~RequestRecord () |
|
RequestRecord *& | next () |
|
unsigned & | cseq () |
|
char const * | commandName () const |
|
MediaSession * | session () const |
|
MediaSubsession * | subsession () const |
|
u_int32_t | booleanFlags () const |
|
double | start () const |
|
double | end () const |
|
char const * | absStartTime () const |
|
char const * | absEndTime () const |
|
float | scale () const |
|
char * | contentStr () const |
|
responseHandler *& | handler () |
|
Definition at line 202 of file RTSPClient.hh.
◆ RequestRecord() [1/2]
RTSPClient::RequestRecord::RequestRecord |
( |
unsigned |
cseq, |
|
|
char const * |
commandName, |
|
|
responseHandler * |
handler, |
|
|
MediaSession * |
session = NULL , |
|
|
MediaSubsession * |
subsession = NULL , |
|
|
u_int32_t |
booleanFlags = 0 , |
|
|
double |
start = 0.0f , |
|
|
double |
end = -1.0f , |
|
|
float |
scale = 1.0f , |
|
|
char const * |
contentStr = NULL |
|
) |
| |
◆ RequestRecord() [2/2]
◆ ~RequestRecord()
virtual RTSPClient::RequestRecord::~RequestRecord |
( |
| ) |
|
|
virtual |
◆ absEndTime()
char const * RTSPClient::RequestRecord::absEndTime |
( |
| ) |
const |
|
inline |
◆ absStartTime()
char const * RTSPClient::RequestRecord::absStartTime |
( |
| ) |
const |
|
inline |
◆ booleanFlags()
u_int32_t RTSPClient::RequestRecord::booleanFlags |
( |
| ) |
const |
|
inline |
◆ commandName()
char const * RTSPClient::RequestRecord::commandName |
( |
| ) |
const |
|
inline |
◆ contentStr()
char * RTSPClient::RequestRecord::contentStr |
( |
| ) |
const |
|
inline |
◆ cseq()
unsigned & RTSPClient::RequestRecord::cseq |
( |
| ) |
|
|
inline |
◆ end()
double RTSPClient::RequestRecord::end |
( |
| ) |
const |
|
inline |
◆ handler()
◆ next()
◆ scale()
float RTSPClient::RequestRecord::scale |
( |
| ) |
const |
|
inline |
◆ session()
◆ start()
double RTSPClient::RequestRecord::start |
( |
| ) |
const |
|
inline |
◆ subsession()
◆ fAbsEndTime
char * RTSPClient::RequestRecord::fAbsEndTime |
|
private |
◆ fAbsStartTime
char* RTSPClient::RequestRecord::fAbsStartTime |
|
private |
◆ fBooleanFlags
u_int32_t RTSPClient::RequestRecord::fBooleanFlags |
|
private |
◆ fCommandName
char const* RTSPClient::RequestRecord::fCommandName |
|
private |
◆ fContentStr
char* RTSPClient::RequestRecord::fContentStr |
|
private |
◆ fCSeq
unsigned RTSPClient::RequestRecord::fCSeq |
|
private |
◆ fEnd
double RTSPClient::RequestRecord::fEnd |
|
private |
◆ fHandler
◆ fNext
◆ fScale
float RTSPClient::RequestRecord::fScale |
|
private |
◆ fSession
◆ fStart
double RTSPClient::RequestRecord::fStart |
|
private |
◆ fSubsession
The documentation for this class was generated from the following file: