ltmmConvertCtrl.PercentCompleteScalar Property

Visual Basic Example

Syntax

object.PercentCompleteScalar As Long

Remarks

Indicates the scalar value by which to divide the current conversion completion percentage.

The programmer divides the value in the ltmmConvertCtrl.PercentComplete Property by the percent complete scalar value to determine the actual percentage complete. For example, if the scalar value is 100 and the ltmmConvertCtrl.PercentComplete Property equals 50, then the process is 50/100 complete (0.5%) instead of 50%. Likewise, if the scalar is 1 and the programmer gets a percent complete value of 50, then the percentage complete is 50/1, or 50% complete.

See Also

Elements:

ltmmConvertCtrl object, ltmmConvertCtrl.PercentComplete Property

Topics:

Multimedia Properties, Methods and Events