User defined callback function to process encoded sample data.
void CALLBACK EncodeProc(
HENCODE handle,
DWORD channel,
const void *buffer,
DWORD length,
void *user
);
| handle | The encoder that the data is from. |
| channel | The channel that the encoder is set on. |
| buffer | Buffer containing the encoded data. |
| length | The number of bytes in the buffer. |
| user | The user instance data given when the encoder was started. |