<!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] TaskScheduler::DoEventLoop()
question.</title></head><body>
<blockquote type="cite" cite><font face="Arial"
size="-1">Hi.</font></blockquote>
<blockquote type="cite" cite><font face="Arial" size="-1">I'm using
MFC to display streamed media. And I have to implement step by step
execution,</font></blockquote>
<blockquote type="cite" cite><font face="Arial" size="-1">But
DoEventLoop() just takes control. Is there something in live555 I can
use instead DoEventLoop</font></blockquote>
<blockquote type="cite" cite><font face="Arial" size="-1">Witch
executes events step by step, or do I have to modify existing
TaskScheduler code to add that myself?</font></blockquote>
<div><br></div>
<div>If you really want to, you can write your own subclass of
&quot;TaskScheduler&quot; and reimplement &quot;doEventLoop()&quot;,
or write your own subclass of &quot;BasicTaskScheduler0&quot; and
reimplement &quot;SingleStep&quot;.&nbsp; I.e., if you wish, you can
implement your own event loop (provided that it implements the
interface defined in
&quot;UsageEnvironment/include/UsageEnvironment.hh&quot;).</div>
<div><br></div>
<div>The event loop implementation - &quot;BasicTaskScheduler&quot; -
that's included with the supplied code is just that: 'basic'.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>