live
RTSPClient::RequestRecord Class Reference

#include <RTSPClient.hh>

Inheritance diagram for RTSPClient::RequestRecord:
Collaboration diagram for RTSPClient::RequestRecord:

Public Member Functions

 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
MediaSessionsession () const
MediaSubsessionsubsession () 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 ()

Private Attributes

RequestRecordfNext
unsigned fCSeq
char const * fCommandName
MediaSessionfSession
MediaSubsessionfSubsession
u_int32_t fBooleanFlags
double fStart
double fEnd
char * fAbsStartTime
char * fAbsEndTime
float fScale
char * fContentStr
responseHandlerfHandler

Detailed Description

Definition at line 202 of file RTSPClient.hh.

Constructor & Destructor Documentation

◆ 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]

RTSPClient::RequestRecord::RequestRecord ( unsigned cseq,
responseHandler * handler,
char const * absStartTime,
char const * absEndTime = NULL,
float scale = 1.0f,
MediaSession * session = NULL,
MediaSubsession * subsession = NULL )

◆ ~RequestRecord()

virtual RTSPClient::RequestRecord::~RequestRecord ( )
virtual

Member Function Documentation

◆ absEndTime()

char const * RTSPClient::RequestRecord::absEndTime ( ) const
inline

Definition at line 222 of file RTSPClient.hh.

222{ return fAbsEndTime; }

References fAbsEndTime.

Referenced by RequestRecord().

◆ absStartTime()

char const * RTSPClient::RequestRecord::absStartTime ( ) const
inline

Definition at line 221 of file RTSPClient.hh.

221{ return fAbsStartTime; }

References fAbsStartTime.

Referenced by RequestRecord().

◆ booleanFlags()

u_int32_t RTSPClient::RequestRecord::booleanFlags ( ) const
inline

Definition at line 218 of file RTSPClient.hh.

218{ return fBooleanFlags; }

References fBooleanFlags.

Referenced by RequestRecord().

◆ commandName()

char const * RTSPClient::RequestRecord::commandName ( ) const
inline

Definition at line 215 of file RTSPClient.hh.

215{ return fCommandName; }

References fCommandName.

Referenced by RequestRecord().

◆ contentStr()

char * RTSPClient::RequestRecord::contentStr ( ) const
inline

Definition at line 224 of file RTSPClient.hh.

224{ return fContentStr; }

References fContentStr.

Referenced by RequestRecord().

◆ cseq()

◆ end()

double RTSPClient::RequestRecord::end ( ) const
inline

Definition at line 220 of file RTSPClient.hh.

220{ return fEnd; }

References fEnd.

Referenced by RequestRecord().

◆ handler()

responseHandler *& RTSPClient::RequestRecord::handler ( )
inline

Definition at line 225 of file RTSPClient.hh.

225{ return fHandler; }
responseHandler * fHandler

References fHandler.

Referenced by RequestRecord(), and RequestRecord().

◆ next()

RequestRecord *& RTSPClient::RequestRecord::next ( )
inline

Definition at line 213 of file RTSPClient.hh.

213{ return fNext; }

References fNext, and RequestRecord().

◆ scale()

float RTSPClient::RequestRecord::scale ( ) const
inline

Definition at line 223 of file RTSPClient.hh.

223{ return fScale; }

References fScale.

Referenced by RequestRecord(), and RequestRecord().

◆ session()

MediaSession * RTSPClient::RequestRecord::session ( ) const
inline

Definition at line 216 of file RTSPClient.hh.

216{ return fSession; }

References fSession.

Referenced by RequestRecord(), and RequestRecord().

◆ start()

double RTSPClient::RequestRecord::start ( ) const
inline

Definition at line 219 of file RTSPClient.hh.

219{ return fStart; }

References fStart.

Referenced by RequestRecord().

◆ subsession()

MediaSubsession * RTSPClient::RequestRecord::subsession ( ) const
inline

Definition at line 217 of file RTSPClient.hh.

217{ return fSubsession; }
MediaSubsession * fSubsession

References fSubsession.

Referenced by RequestRecord(), and RequestRecord().

Field Documentation

◆ fAbsEndTime

char * RTSPClient::RequestRecord::fAbsEndTime
private

Definition at line 235 of file RTSPClient.hh.

Referenced by absEndTime().

◆ fAbsStartTime

char* RTSPClient::RequestRecord::fAbsStartTime
private

Definition at line 235 of file RTSPClient.hh.

Referenced by absStartTime().

◆ fBooleanFlags

u_int32_t RTSPClient::RequestRecord::fBooleanFlags
private

Definition at line 233 of file RTSPClient.hh.

Referenced by booleanFlags().

◆ fCommandName

char const* RTSPClient::RequestRecord::fCommandName
private

Definition at line 230 of file RTSPClient.hh.

Referenced by commandName().

◆ fContentStr

char* RTSPClient::RequestRecord::fContentStr
private

Definition at line 237 of file RTSPClient.hh.

Referenced by contentStr().

◆ fCSeq

unsigned RTSPClient::RequestRecord::fCSeq
private

Definition at line 229 of file RTSPClient.hh.

Referenced by cseq().

◆ fEnd

double RTSPClient::RequestRecord::fEnd
private

Definition at line 234 of file RTSPClient.hh.

Referenced by end().

◆ fHandler

responseHandler* RTSPClient::RequestRecord::fHandler
private

Definition at line 238 of file RTSPClient.hh.

Referenced by handler().

◆ fNext

RequestRecord* RTSPClient::RequestRecord::fNext
private

Definition at line 228 of file RTSPClient.hh.

Referenced by next().

◆ fScale

float RTSPClient::RequestRecord::fScale
private

Definition at line 236 of file RTSPClient.hh.

Referenced by scale().

◆ fSession

MediaSession* RTSPClient::RequestRecord::fSession
private

Definition at line 231 of file RTSPClient.hh.

Referenced by session().

◆ fStart

double RTSPClient::RequestRecord::fStart
private

Definition at line 234 of file RTSPClient.hh.

Referenced by start().

◆ fSubsession

MediaSubsession* RTSPClient::RequestRecord::fSubsession
private

Definition at line 232 of file RTSPClient.hh.

Referenced by subsession().


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