ISDBApplicationEvents::OnTrackConverted: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(added "also called for ripping") |
||
Line 10: | Line 10: | ||
This event is called when a track is successfully converted to another audio format. | This event is called when a track is successfully converted to another audio format. | ||
This event is also called for ripping (as a special case of conversion). | |||
[[Category:Scripting|{{PAGENAME}}]] | [[Category:Scripting|{{PAGENAME}}]] |
Latest revision as of 11:42, 10 May 2007
CoClass SDBApplication, Interface ISDBApplicationEvents
Sub OnTrackConverted(SourceTrack As SDBSongData, TargetTrack As SDBSongData)
Parameters
Name | Type | Description |
---|---|---|
SourceTrack | SDBSongData | SDBSongData object of source track of the conversion. |
TargetTrack | SDBSongData | Description of the target of the conversion. |
Event description
This event is called when a track is successfully converted to another audio format.
This event is also called for ripping (as a special case of conversion).