Share via


Performance.SetMasterTempo

Windows Media Encoder SDK banner art

The SetMasterTempo method sets a scaling factor that is applied to the tempo.

[object.]SetMasterTempo fTempo 

Parts

object

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

fTempo

Required. Desired master tempo, in the range from 1 through 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