> 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/

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to