Hi,
I can access the Mp3Settings with the .vsb script like this:
Set Mp3Settings = CreateObject("dMCScripting.Mp3Settings")
Call Mp3Settings.Set(256, 48000, 0, 0)
How can I do this for the MP2 codec I installed?????
Thx, Roel
I can access the Mp3Settings with the .vsb script like this:
Set Mp3Settings = CreateObject("dMCScripting.Mp3Settings")
Call Mp3Settings.Set(256, 48000, 0, 0)
How can I do this for the MP2 codec I installed?????
Thx, Roel
Comment