ISDBApplicationEvents::OnTrackSkipped: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 9: Line 9:


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 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]]
See also [[ISDBSongData::SkipCount]]


[[Category:Scripting|{{PAGENAME}}]]
[[Category:Scripting|{{PAGENAME}}]]

Revision as of 09:14, 3 February 2010

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 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