ISDBApplicationEvents::OnTrackSkipped: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
Line 8: Line 8:
===Event description===
===Event description===


This event is called when user skips a 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.


Introduced into MediaMonkey version 4.0
Introduced into MediaMonkey version 4.0

Revision as of 22:36, 19 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.

Introduced into MediaMonkey version 4.0

See also ISDBSongData::SkipCount