Windows Media Encoder SDK banner art

Performance.GetMasterTempo

The GetMasterTempo method retrieves the current master tempo.

iTempo = [object.]GetMasterTempo()

Parts

object

Optional. Object expression that resolves to a Performance Object. If omitted, the default performance is used.

Return Values

Returns an integer in the range from 1 to 10,000.

Remarks

The master tempo is a percentage that is applied to the tempo of the segment that is playing. By default it is 100. A value of 50 halves the tempo, and a value of 200 doubles it.

See Also


© 2000-2001 Microsoft Corporation. All rights reserved.