Microsoft DirectX 9.0 SDK Update (Summer 2003) |
DVCOMPRESSIONINFO Structure
Describes the attributes of a specific Microsoft® DirectPlay® Voice compression type.
Syntax
typedef struct { DWORD dwSize; GUID guidType; LPWSTR lpszName; LPWSTR lpszDescription; DWORD dwFlags; DWORD dwMaxBitsPerSecond; } DVCOMPRESSIONINFO, *LPDVCOMPRESSIONINFO, *PDVCOMPRESSIONINFO;
Members
- dwSize
- Must be set the to size of this structure, in bytes, before using this structure.
- guidType
- GUID used to identify this compression type by DirectPlay Voice.
- lpszName
- Pointer to a name describing the codec.
- lpszDescription
- Pointer to a longer name of the codec.
- dwFlags
- Reserved; must be 0.
- dwMaxBitsPerSecond
- Maximum number of bits per second claimed by the codec.
Structure Information
Header dvoice8.h Minimum operating systems Windows 98