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)
|
|