You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
610 B
21 lines
610 B
/*==========================================================================
|
|
*
|
|
* 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
|