Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
ScaleUnits property 
 
Type
enumScaleUnits for Visual Basic 
short for Visual C++
 
 
Remarks
The unit used to seek into the loaded sound when dealing with the SeekSound, PlaySoundRange and PlaySoundRangeLoop methods. 
Supported values are the following: 
Mnemonic constant
Value
Meaning
SCALE_MILLISECONDS
0
Milliseconds
SCALE_SECONDS
1
Seconds
SCALE_MINUTES
2
Minutes
SCALE_HOURS
3
Hours
SCALE_PERCENTAGE
4
Percentage (expressed with values from 0 to 100)
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents