Determines how frequently vertical lines are drawn on the screen (by default every 30 milliseconds).
Supported values are the following:
Mnemonic constant
|
Value
|
Meaning
|
WAVE_RES_LOW
|
0
|
Low resolution: the Waveform is updated every 60 milliseconds
|
WAVE_RES_MEDIUM (default)
|
1
|
Medium resolution: the Waveform is updated every 30 milliseconds
|
WAVE_RES_HIGH
|
2
|
High resolution: the Waveform is updated every 15 milliseconds
|
|