ISDBPlayer::isStartingPlayback
CoClass SDBPlayer, Interface ISDBPlayer
Property Get isStartingPlayback As Boolean
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.
Example
SDB.Player.Play
While SDB.Player.IsStartingPlayback
SDB.ProcessMessages
WEnd
SDB.Player.Playbacktime=5000