[Live-devel] Calling doGetNextFrame from doEventLoop

Salick salick at videocells.com
Sun Apr 9 06:25:30 PDT 2006


Hello,

Suppose I have to sources (audio and video) and I set the watch variable to
signal of new audio or video frames available.

How can I call the doGextNextFrame of each one of my sources (separately)
from the doEventLoop()?

My code looks like

Switch (watchVariable)
{
Case 1: //new audio 
//make a call to audio source dogetnextframe
Break;
Case 2: //new video
//make a call to video source dogetnextframe
Break;
}






More information about the live-devel mailing list