Re: [Live-devel] Need some members to be protected

2011-07-19 Thread Ross Finlayson
While making these changes, could you also make the constructor, destructor and processSpecialHeader() of H264VideoRTPSource protected. OK, will do. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@

Re: [Live-devel] Need some members to be protected

2011-07-19 Thread James Stafford
Hi Ross, > Do you still want the "fFileSize" member variable to be "protected:" - i.e., do you want to modify its value in a subclass? Yes. Actually, I need to store the original fileName, so I created a sublass of it. But to do so, I need to set fFileSize in my constructor. OK, I'll make

Re: [Live-devel] Need some members to be protected

2011-07-18 Thread Ross Finlayson
> Do you still want the "fFileSize" member variable to be "protected:" - i.e., do you want to modify its value in a subclass? Yes. Actually, I need to store the original fileName, so I created a sublass of it. But to do so, I need to set fFileSize in my constructor. OK, I'll make that chang

Re: [Live-devel] Need some members to be protected

2011-07-18 Thread Mojtaba Nouri
For another reason, my file is changing onlive, so I need to update its size periodically. On Mon, Jul 18, 2011 at 6:16 PM, Mojtaba Nouri wrote: > > Do you still want the "fFileSize" member variable to be "protected:" - > i.e., do you want to modify its value in a subclass? > > Yes. Actually, I

Re: [Live-devel] Need some members to be protected

2011-07-18 Thread Mojtaba Nouri
> Do you still want the "fFileSize" member variable to be "protected:" - i.e., do you want to modify its value in a subclass? Yes. Actually, I need to store the original fileName, so I created a sublass of it. But to do so, I need to set fFileSize in my constructor. ___

Re: [Live-devel] Need some members to be protected

2011-07-18 Thread Ross Finlayson
I need some private members to be protected in order to use them in my code. I appreciate if you consider applying them to the main code. In class DynamicRTSPServer, I need the constructor, destructor and function lookupServerMediaSessionv to be protected. OK, will do. In ByteStreamFileSour

[Live-devel] Need some members to be protected

2011-07-18 Thread Mojtaba Nouri
Hi Ross. I need some private members to be protected in order to use them in my code. I appreciate if you consider applying them to the main code. In class DynamicRTSPServer, I need the constructor, destructor and function lookupServerMediaSessionv to be protected. In ByteStreamFileSource, fFileSiz