I would like to read the song length from the file.
The file is created with LAME MP3 ABR or VBR and the length can therefore not be calculated from bitrate and size.
In the documentation page http://www.dbpoweramp.com/developer-scripting-dmc.htm
I read the following description:
[COLOR="Teal"]Read Audio Properties from File: .AudioProperties ([in] BSTR File, [out, retval] BSTR *OutProps )
File: Source filename.
Returns a string containing audio properties.[/COLOR]
How can I specify "OutProps"?
What values can be used?
When I reference the dll in VB.Net the .AudioProperties just take ONE parameter.
The file is created with LAME MP3 ABR or VBR and the length can therefore not be calculated from bitrate and size.
In the documentation page http://www.dbpoweramp.com/developer-scripting-dmc.htm
I read the following description:
[COLOR="Teal"]Read Audio Properties from File: .AudioProperties ([in] BSTR File, [out, retval] BSTR *OutProps )
File: Source filename.
Returns a string containing audio properties.[/COLOR]
How can I specify "OutProps"?
What values can be used?
When I reference the dll in VB.Net the .AudioProperties just take ONE parameter.
Comment