ISDBApplicationEvents::OnTrackSkipped: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
(clarification)
(more detail)
Line 8: Line 8:
===Event description===
===Event description===


This event is called when user skips a ''actively playing'' track by pressing player Next [>>] button and playback is in interval between 2 seconds and 3/10 of track's length.
This event is called when user skips a ''actively playing'' track by pressing player Next [>>] button and playback is in interval between 2 seconds and 3/10 of track's length.  Is not generated when skip during pause, when not playing, or by skipping to previous track.


Introduced into MediaMonkey version 4.0
Introduced into MediaMonkey version 4.0

Revision as of 14:29, 20 July 2011

CoClass SDBApplication, Interface ISDBApplicationEvents

Sub OnTrackSkipped( Track As ISDBSongData)


Parameters

Name Type Description
Track SDBSongData Track skipped by user.


Event description

This event is called when user skips a actively playing track by pressing player Next [>>] button and playback is in interval between 2 seconds and 3/10 of track's length. Is not generated when skip during pause, when not playing, or by skipping to previous track.

Introduced into MediaMonkey version 4.0

See also ISDBSongData::SkipCount