Inheritance diagram for Codec:
Public Member Functions | |
BOOL | Open (char *dllname) |
BOOL | Close () |
BOOL | DecodeStart (CodecInfo *) |
BOOL | DecodeFrame (void *stream, int streamlen, Bitmap *frame, int flgs) |
BOOL | DecodeStop () |
BOOL | EncodeStart (CodecInfo *) |
BOOL | EncodeFrame (void **stream, int *streamlen, Bitmap *frame, int *flgs) |
BOOL | EncodeStop () |
Static Public Member Functions | |
static BOOL | GetCodec (uint32 cc, String &dllname) |
Public Attributes | |
BOOL | Valid |
Definition at line 11 of file codec.hpp.