<!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] &quot;createNewStreamSource()&quot;
member function</title></head><body>
<blockquote type="cite" cite><font face="Times New Roman">&nbsp;return
H264VideoStreamFramer::createNew(envir(),liveSource);&nbsp;</font></blockquote
>
<div><br></div>
<div>You can't do this, because &quot;H264VideoStreamFramer&quot; is a
virtual base class.&nbsp; Instead, you should define your own class
&quot;H263VideoStreamDiscreteFramer&quot; to be a subclass of
&quot;&quot;H264VideoStreamFramer&quot;.&nbsp; Then, your
&quot;H263VideoStreamDiscreteFramer&quot; object can be the value
returned by your implementation of
&quot;createNewStreamSource()&quot;.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>