Microsoft DirectX 8.1 (C++)

DVCOMPRESSIONINFO

Describes the attributes of a specific Microsoft® DirectPlay® Voice compression type.

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.

Requirements

  Windows NT/2000/XP: Available as a redistributable for Windows 2000 and later.
  Windows 98/Me: Available as a redistributable for Windows 98 and later.
  Header: Declared in Dvoice8.h.