Microsoft DirectX 8.1 (Visual Basic) |
Contains flags used in the lBufferQuality member of the DVCLIENTCONFIG type. For most applications, this should be set to DVBUFFERQUALITY_DEFAULT. It can be set to anything in the range of DVBUFFERQUALITY_MIN to DVBUFFERQUALITY_MAX. In general, the higher the value, the higher the quality of the voice but the also higher the latency. The lower the value, the lower the latency but also the lower the quality.
Enum CONST_DVBUFFERQUALITY DVBUFFERQUALITY_DEFAULT = 0 DVBUFFERQUALITY_MAX = 100 (&H64) DVBUFFERQUALITY_MIN = 1 End Enum