Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
Waveform.UpdateResolution property 
 
Type
short for Visual C++ 
enumWaveformUpdateRes for Visual Basic
 
 
Syntax
object.Waveform.UpdateResolution [=Integer]
 
 
Remarks
Determines how frequently vertical lines are drawn on the screen (by default every 30 milliseconds). 
Supported values are the following: 
Mnemonic constant
Value
Meaning
UPDATE_RES_LOW
0
Low resolution: the Waveform is updated every 60 milliseconds
UPDATE_RES_MEDIUM (default)
1
Medium resolution: the Waveform is updated every 30 milliseconds
UPDATE_RES_HIGH
2
High resolution: the Waveform is updated every 15 milliseconds
 
 
See also
Waveform COM object. 
Waveform property 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents