|
SeekSound method |
![]() ![]()
|
Remarks
Moves the given player to the specified position over the current song.
Positioning is always referred to the original sound duration, meaning that it won't keep count of eventual tempo and/or playback rate changes and will always move playback to the position on the song as it should be played at its original speed.
A call to this method is ignored if the embedded fader, through a call to the Fader.Init method, has been set to work with a single playlist (FADE_SINGLE_PLAYLIST). If the status of the given player is "stopped" or "paused", a call to this method will move the playback position but will not cause the playback to start while, if the status of the given player is "playing", a call to this method will move the playback position and will continue playback without interruptions.
If the seek operation brings the playback position beyond the end of the file, the SoundDone event is generated.
Syntax
Return value
|