Platform SDK: DirectX

DirectMusicPerformance.GetPrepareTime

The DirectMusicPerformance.GetPrepareTime method retrieves the approximate interval between the time at which messages are prepared and the time at which they are processed and heard.

object.GetPrepareTime() As Long

Parameters

object
Object expression that resolves to a DirectMusicPerformance object.

Return Values

If the method succeeds, it returns the prepare time, in milliseconds.

Error Codes

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

Remarks

The default value is 1000 milliseconds.

See Also

DirectMusicPerformance.SetPrepareTime