ISDBApplicationEvents::OnTrackSkipped: Difference between revisions
Jump to navigation
Jump to search
(clarification) |
|||
Line 8: | Line 8: | ||
===Event description=== | ===Event description=== | ||
This event is called when user skips a ''actively playing'' track by pressing player | 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:38, 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