void CRTSPClient::tearDownStreams() 
{
  if (m_session == NULL) return;
  LogDebug("CRTSPClient::tearDownStreams()");

  clientTearDownSession(m_ourClient, m_session);
}
Exemple #2
0
void tearDownStreams() {
	if (session == NULL) return;

	clientTearDownSession(ourClient, session);
}