#include <cascade/av/CascadeCodec.h>
Inheritance diagram for CascadeCodec:
Public Member Functions | |
CascadeCodec () | |
virtual | ~CascadeCodec () |
virtual bool | SetInputStream (CascadeStream *pInputStream)=0 |
virtual CascadeStream * | GetOutputStream ()=0 |
CascadeCodec is the base class of simple stream based codecs.
|
base class constructor This base class constructor is light weight. |
|
base class destructor This base class destructor is light weight. |
|
returns the output stream instance Call this function to get the output stream for the codec. You may then use this stream to pull data from the codec.
Implemented in CascadeAudioCodec. |
|
sets the input stream for the codec sets the input stream to the codec. Call this function to set the CascadeStream that the codec will pull data from.
|