ISDBPlayer::isStartingPlayback
From MMWiki
CoClass SDBPlayer, Interface ISDBPlayer
Property Get isStartingPlayback As Boolean
[edit]
Property description
Is True if MediaMonkey is currently starting playback of a track. While this is happening, some commands don't have any effect, e.g. seeking in the track.
[edit]
Example
SDB.Player.Play While SDB.Player.IsStartingPlayback SDB.ProcessMessages WEnd SDB.Player.Playbacktime=5000
