MMceRtpObserver Class Reference

class MMceRtpObserver

An interface to be implemented by users of MCE if they wish to receive events from CMceRtpSource .

This observer is set using CMceManager::SetRtpObserver function.

mceclient.lib

Member Functions Documentation

InactivityTimeout(CMceMediaStream &, CMceRtpSource &)

void InactivityTimeout ( CMceMediaStream & aStream,
CMceRtpSource & aSource
) [pure virtual]

Callback function to indicate inactivity timer timeout has occurred. Timer is disabled after the timeout.

Parameters

CMceMediaStream & aStream the stream that has changed
CMceRtpSource & aSource

RRReceived(CMceSession &, CMceMediaStream &)

void RRReceived ( CMceSession & aSession,
CMceMediaStream & aStream
) [pure virtual]

Callback function to indicate that an RTCP receiver report has been received.

Parameters

CMceSession & aSession the session that has changed
CMceMediaStream & aStream the stream that has changed

SRReceived(CMceSession &, CMceMediaStream &)

void SRReceived ( CMceSession & aSession,
CMceMediaStream & aStream
) [pure virtual]

Callback function to indicate that an RTCP sender report has been received.

Parameters

CMceSession & aSession the session that has changed
CMceMediaStream & aStream the stream that has changed

SsrcAdded(CMceMediaStream &, CMceRtpSource &, TUint)

void SsrcAdded ( CMceMediaStream & aStream,
CMceRtpSource & aSource,
TUint aSsrc
) [pure virtual]

Callback function to indicate that spesified CMceRtpSource has received RTP from a new synchronization source (SSRC).

Parameters

CMceMediaStream & aStream the stream that new SSRC was added to
CMceRtpSource & aSource the source that new SSRC was added to
TUint aSsrc added SSRC identifier

SsrcRemoved(CMceMediaStream &, CMceRtpSource &, TUint)

void SsrcRemoved ( CMceMediaStream & aStream,
CMceRtpSource & aSource,
TUint aSsrc
) [pure virtual]

Callback function to indicate that spesified CMceRtpSource has received RTP BYE message from a spesified synchronization source (SSRC).

Parameters

CMceMediaStream & aStream the stream that SSRC was removed from
CMceRtpSource & aSource the source that SSRC was removed from
TUint aSsrc removed SSRC identifier