Copyright © 2005-2020 MultiMedia Soft

ScaleUnits property

Previous pageReturn to chapter overviewNext page

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