[Live-devel] Declaration of ClientTrickPlayState
Ross Finlayson
finlayson at live555.com
Tue Oct 4 21:03:27 PDT 2011
> Is there any reason not to put the definition of class ClientTrickPlayState in a header file, e.g., MPEG2TransportFileServerMediaSubsession.hh?
> Current implementation forced me to include MPEG2TransportFileServerMediaSubsession.cpp to be able to subclass it.
> But doing so, I can not have multiple subclasses of it at the same time.
> Could you consider moving the class declaration?
OK, this will appear in the next release of the software.
I've also added a protected: virtual function
virtual ClientTrickPlayState* newClientTrickPlayState();
that you can redefine in your subclass to create an object of a "ClientTrickPlayState" subclass, if desired.
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/20111004/2bb80300/attachment.html>
More information about the live-devel
mailing list