Definition at line 51 of file RtspDataSession.h.
Public Member Functions | |
RtspDataSession (RtpPacketManager *pRtpPacketManager) | |
Constructor. | |
bool | streamUsingTCP () const |
void | streamUsingTCP (bool val) |
bool | startRetrievingData (const std::string sUrl, int nTimeOut=-1) |
This method sets up the RTSP/RTP connections and starts the liveMedia event loop that retrieves data. | |
void | setWatchVariable () |
Call this method to end the life media event loop. | |
std::string | getLastError () |
void | shutdown () |
Shutdown RTSP session cleanly. | |
Static Public Member Functions | |
static void | subsessionByeHandler (void *clientData) |
Bye Handler. |