#include <mxcpcStreamDecoder.h>
Inheritance diagram for mxcpcStreamDecoder:
Public Member Functions | |
mxcpcStreamDecoder (mxcpcStreamSource *source) | |
The stream decoder assumes ownership over the stream source object. | |
virtual | ~mxcpcStreamDecoder () |
virtual int | decode (int num)=0 |
Decodes at most num bytes of raw stream data, and returns the number of bytes actually decoded. | |
bool | sourceStillUp (void) |
Returns whether or not the decoder's stream source is still operational ("up"). | |
Protected Attributes | |
mxcpcStreamSource * | StreamSource |
Definition at line 33 of file mxcpcStreamDecoder.h.
|
The stream decoder assumes ownership over the stream source object. Thus, deleting the decoder results in disconnecting from the stream source. Definition at line 25 of file mxcpcStreamDecoder.cpp. References StreamSource. |