[Live-devel] On the fly decoding
Ross Finlayson
finlayson at live.com
Wed Mar 10 04:07:36 PST 2004
>And, in the member function startPlaying there is the
>line:
>
>return continuePlaying();
>
>Is the "continuePlaying()" function the same of:
>
>Boolean FileSink::continuePlaying() { ...
>
>in FileSinc.cpp?
Yes. "MediaSink::continuePlaying()" is a pure virtual member
function. Subclasses of "MediaSink" (e.g., "FileSink") define their own
implementation of this virtual function.
Ross Finlayson
LIVE.COM
<http://www.live.com/>
More information about the live-devel
mailing list