ISDBApplicationEvents::OnPause

From MediaMonkey Wiki
Revision as of 18:43, 29 May 2011 by Mcow (talk | contribs) (Correction and enhancements to documentation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

CoClass SDBApplication, Interface ISDBApplicationEvents

Sub OnPause


Event description

This event is called whenever the SDBPlayer.Pause function is called.

The Pause function is a toggle. If a track was playing, the track will now be paused; if the track was paused, the track will have resumed playback. Therefore, if the current playback state is important, you should check the state of SDBPlayer.isPaused (and maybe also SDBPlayer.isPlaying) on receipt of this event.

(TBD: what happens if Pause is called while playback is stopped?)