[Live-devel] "createNewStreamSource()" member function
Ross Finlayson
finlayson at live555.com
Tue Jan 16 06:13:07 PST 2007
> return H264VideoStreamFramer::createNew(envir(),liveSource);
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()".
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.live555.com/pipermail/live-devel/attachments/20070116/3149274d/attachment.html
More information about the live-devel
mailing list