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