| 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
| Public Member Functions | |
|---|---|
| void | InactivityTimeout ( CMceMediaStream &, CMceRtpSource &) |
| void | RRReceived ( CMceSession &, CMceMediaStream &) |
| void | SRReceived ( CMceSession &, CMceMediaStream &) |
| void | SsrcAdded ( CMceMediaStream &, CMceRtpSource &, TUint ) |
| void | SsrcRemoved ( CMceMediaStream &, CMceRtpSource &, TUint ) |
| void | InactivityTimeout | ( | CMceMediaStream & | aStream, |
| CMceRtpSource & | aSource | |||
| ) | [pure virtual] | |||
Callback function to indicate inactivity timer timeout has occurred. Timer is disabled after the timeout.
| CMceMediaStream & aStream | the stream that has changed |
| CMceRtpSource & aSource |
| void | RRReceived | ( | CMceSession & | aSession, |
| CMceMediaStream & | aStream | |||
| ) | [pure virtual] | |||
Callback function to indicate that an RTCP receiver report has been received.
| CMceSession & aSession | the session that has changed |
| CMceMediaStream & aStream | the stream that has changed |
| void | SRReceived | ( | CMceSession & | aSession, |
| CMceMediaStream & | aStream | |||
| ) | [pure virtual] | |||
Callback function to indicate that an RTCP sender report has been received.
| CMceSession & aSession | the session that has changed |
| CMceMediaStream & aStream | the stream that has changed |
| 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).
| 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 |
| 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).
| CMceMediaStream & aStream | the stream that SSRC was removed from |
| CMceRtpSource & aSource | the source that SSRC was removed from |
| TUint aSsrc | removed SSRC identifier |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.