22 lines
589 B
C
22 lines
589 B
C
|
/*==========================================================================
|
||
|
*
|
||
|
* Copyright (C) 2000 Microsoft Corporation. All Rights Reserved.
|
||
|
*
|
||
|
* File: dvclientengine.h
|
||
|
* Content: Definition of class for DirectXVoice Client
|
||
|
*
|
||
|
* History:
|
||
|
* Date By Reason
|
||
|
* ==== == ======
|
||
|
* 07/21/2000 rodtoll Created it
|
||
|
***************************************************************************/
|
||
|
|
||
|
#ifndef __DVCONFIG_H
|
||
|
#define __DVCONFIG_H
|
||
|
|
||
|
// Why is this here? Because sometimes voxware likes to write past the last
|
||
|
// byte we give it.
|
||
|
#define COMPRESSION_SLUSH 2
|
||
|
|
||
|
#endif
|