#include <mscodecs.h>
Inheritance diagram for Opal_PCM_MSIMA:
Public Member Functions | |
Opal_PCM_MSIMA () | |
virtual BOOL | ConvertFrame (const BYTE *src, BYTE *dst) |
Protected Attributes | |
adpcm_state | s_adpcm |
Opal_PCM_MSIMA::Opal_PCM_MSIMA | ( | ) |
virtual BOOL Opal_PCM_MSIMA::ConvertFrame | ( | const BYTE * | src, | |
BYTE * | dst | |||
) | [virtual] |
Convert a frame of data from one format to another. This function implicitly knows the input and output frame sizes.
Reimplemented from OpalFramedTranscoder.
adpcm_state Opal_PCM_MSIMA::s_adpcm [protected] |