ISDBPlayer::isStartingPlayback: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(No difference)
|
Latest revision as of 16:18, 17 January 2008
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