#include <mxcpcStreamDecoder.h>
Inheritance diagram for mxcpcStreamDecoder:
Public Member Functions | |
mxcpcStreamDecoder (mxcpcStreamSource *source) | |
The stream decoder assumes ownership over the stream source object. | |
virtual int | decode (int num)=0 |
Decodes at most num bytes of raw stream data, and returns the number of bytes actually decoded. | |
Protected Attributes | |
mxcpcStreamSource * | StreamSource |
Definition at line 30 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 22 of file mxcpcStreamDecoder.cpp. |
|
Decodes at most
Implemented in mxcpcFramewiseMxPEGDecoder. |