<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Re: [Live-devel] RTCP Synchronization
information</title></head><body>
<blockquote type="cite" cite><font face="Arial" size="-1">I know the
variable fCurPacketHasBeenSynchronizedUsingRTCP in
MultiFramedRTPSource.cpp has this information present in it, but how
do I access it from the sink classes (i.e FileSink,
etc)</font></blockquote>
<div><br></div>
<div>1/ Call &quot;MediaSink::source()&quot; to get the sink's source
object (as a (FramedSource*)).</div>
<div>2/ Cast this to a (RTPSource*) (which you can do iff you know
that it really is a RTPSource, of course)</div>
<div>3/ Call &quot;RTPSource::
hasBeenSynchronizedUsingRTCP()&quot;</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>