Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents  
 
ScaleUnits property 
 
Type
[Visual Basic] 
Public Property ScaleUnits As enumScaleUnits
 
[C#] 
public enumScaleUnits ScaleUnits {get; set;} 
 
[C++] 
public: __property enumScaleUnits get_ScaleUnits(); 
public: __property void set_ScaleUnits(enumScaleUnits);
 
 
Remarks
The unit used to seek into the loaded sound when dealing with the SeekSound and PlaySound methods. 
Supported values are the following: 
Mnemonic value
Value
Meaning
SCALE_MILLISECONDS (default)
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 © 2005-2008 MultiMedia Soft 
Return to Table of contents