SeekSoundFloat method |
|
Remarks
Moves the given player to the specified position over the current song.
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. In case the player should be "stopped", a call to this method will move the playback position and will automatically put the player in "paused" state.
In case the given player should have been loaded with a video clip, the call to this method would have the same effect of the VideoPlayer.Seek method.
If the seek operation brings the playback position beyond the end of the file, the SoundDone event is generated.
Syntax
Return value
|