In LIVE555 applications, a “FramedSource” (subclass) object can be read from 
(using “getNextFrame()”) only once at a time.  In other words, you can’t have 
two or more objects reading from a single “FramedSource” (subclass) object at 
the same time.  Nor can a single object read from a single “FramedSource” 
(subclass) object a second time, before the first read has completed.

The “isCurrentlyAwaitingData()” function returns true if (and only if) the 
object is currently being read from.  You can use this function to check 
whether or not it’s OK to call “getNextFrame()” (or its virtual function 
implementation “doGetNextFrame()”).


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

Reply via email to