Microsoft DirectX 8.1 (Visual Basic) |
Contains flags used in the lBufferAggressiveness member of the DVCLIENTCONFIG type. For most applications, this can be set to DVBUFFERAGGRESSIVENESS_DEFAULT. It can also be set to anything in the range of DVBUFFERAGGRESSIVENESS_MIN and DVBUFFERAGGRESSIVENESS_MAX. In general, the higher the value, the quicker the adaptive buffering adjusts to changing conditions. The lower the value, the slower the adaptive buffering adjusts to changing conditions.
Enum CONST_DVBUFFERAGGRESSIVENESS DVBUFFERAGGRESSIVENESS_DEFAULT = 0 DVBUFFERAGGRESSIVENESS_MAX = 100 (&H64) DVBUFFERAGGRESSIVENESS_MIN = 1 End Enum