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/
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel