ISDBApplicationEvents::OnTrackSkipped: Difference between revisions
Jump to navigation
Jump to search
(clarification) |
m (introduced, style) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{MethodDeclaration|SDBApplication|ISDBApplicationEvents|Sub OnTrackSkipped( Track As ISDBSongData)}} | {{MethodDeclaration|SDBApplication|ISDBApplicationEvents|Sub OnTrackSkipped(Track As [[SDBSongData|ISDBSongData]])}} | ||
===Parameters=== | ===Parameters=== | ||
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 | {{Introduced|4.0}} | ||
===See also=== | |||
*[[ISDBSongData::SkipCount]] | |||
[[Category:Scripting|{{PAGENAME}}]] | [[Category:Scripting|{{PAGENAME}}]] |
Latest revision as of 21:48, 20 April 2013
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 in MediaMonkey version 4.0.