[Live-devel] RTCP Synchronization information
Ross Finlayson
finlayson at live555.com
Mon Jun 16 22:27:20 PDT 2008
>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)
1/ Call "MediaSink::source()" to get the sink's source object (as a
(FramedSource*)).
2/ Cast this to a (RTPSource*) (which you can do iff you know that it
really is a RTPSource, of course)
3/ Call "RTPSource:: hasBeenSynchronizedUsingRTCP()"
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20080616/46f70165/attachment.html>
More information about the live-devel
mailing list