sipxmedialib  Version 3.3
Functions
IRTCPControl.h File Reference
#include "rtcp/RtcpConfig.h"
#include "IBaseClass.h"
#include "IRTCPRegister.h"
#include "IRTCPSession.h"
Include dependency graph for IRTCPControl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

virtual bool TerminateSession (IRTCPSession *piRTCPSession)=0
 

Function Documentation

virtual bool TerminateSession ( IRTCPSession *  piRTCPSession)
pure virtual

Method Name: TerminateSession

Inputs: IRTCPSession *piRTCPSession Interface used as a unqiue handle for identifying session

Outputs: None

Returns: boolean

Description: The TerminateSession() method shall manage the termination of and RTCP session. This shall include the graceful release of all associated objects as well as the deallocation of all resources associated with each contained RTCP connection.

Usage Notes: