#include <codec.h>
Definition at line 75 of file codec.h.
Data Fields | |
| UINT16 | flag |
| PCM operation control flag. | |
| PIPE_Obj | pipe |
| Pointer to PCM pipe object. | |
| PFPCMPUT | putFunc |
| PCM data input handle. | |
| PFPCMGET | getFunc |
| PCM data output handle. | |
| PFPCMDEC | decode |
| PCM decoder handle. | |
| PFPCMENC | encode |
| PCM encoder handle. | |
| PFPCMPUT | newPutFunc |
| New PCM data input handle. | |
| PFPCMGET | newGetFunc |
| New PCM data output handle. | |
| ULONG | sampleRate |
| PCM sample rate. | |
| COP_MODE | codecMode |
| Codec operation mode. | |
1.3.9.1