![]() |
Previous | Next |
This method searches forward through the current disc at the specified speed.
Syntax
MediaPlayer.DVD.ForwardScan(uSpeed)
Parameters
uSpeed
Double value indicating how quickly the Windows Media Player control will search through the media file. This value is a multiplier, where 1.0 is the authored speed. A value of 2.5 will search forward at two and one-half times the authored speed, while a value of 0.5 will search forward at half the authored speed. Note that the actual speed of playback depends on the capabilities of the video decoder, and may differ from the specified rate.
Return Value
This method does not return a value.
Previous | Next |