ISDBSongData::ReadTagsAsExt: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
MoDementia (talk | contribs) No edit summary |
||
Line 11: | Line 11: | ||
Introduced in MediaMonkey 3.0.3.1037. | Introduced in MediaMonkey 3.0.3.1037. | ||
{{Property Summary|SongData|ReadTagsExt|Method||||||}} | |||
[[Category:Scripting|{{PAGENAME}}]] | [[Category:Scripting|{{PAGENAME}}]] | ||
[[Category:Automation objects|{{PAGENAME}}]] | [[Category:Automation objects|{{PAGENAME}}]] | ||
[[Category:CoClass SDBSongData|{{PAGENAME}}]] | [[Category:CoClass SDBSongData|{{PAGENAME}}]] | ||
[[Category:Interface ISDBSongData|{{PAGENAME}}]] | [[Category:Interface ISDBSongData|{{PAGENAME}}]] |
Revision as of 01:34, 8 May 2008
CoClass SDBSongData, Interface ISDBSongData
Function ReadTagsAsExt(Ext As String) As Boolean
Parameters
Name | Type | Description |
---|---|---|
Ext | String | File extension to be used. |
Method description
Reads tags from file, treat the file as having the specified extension. E.g. 'File.dat' can be treated as mp3 file if parameter 'mp3' is specified in this method.
Introduced in MediaMonkey 3.0.3.1037.
Scripting Object | SDBSongData |
Value Name | ReadTagsExt |
Value Type | Method |