Platform SDK: DirectX

DirectMusicPerformance.SetBumperLength

The DirectMusicPerformance.SetBumperLength method sets the amount of time between the time at which messages are placed in the port buffer and the at which they begin to be processed by the port.

object.SetBumperLength(lMilliSeconds As Long)

Parameters

object
Object expression that resolves to a DirectMusicPerformance object.
lMilliSeconds
Desired bumper length, in milliseconds. The default value is 50.

Error Codes

If the method fails, it raises an error, and Err.Number is set.

See Also

DirectMusicPerformance.GetBumperLength, DirectMusicPerformance.SetPrepareTime