|
|
VoiceChange COM objects reference - main list Method FormatDlg |
Info = CnvWAVComObject.FormatDlg()
Tool for getting the value of parameter FormatDef for method ConvertFile.
The script displays a dialog for choosing codec and its parameter settings. Text string is generated and can be copied into the configuration file.
Dim CnvObj, InfoObj
Set CnvObj = CreateObject("CnvWAVCm.CnvWAVCom")
Set InfoObj = CnvObj.FormatDlg()
InputBox InfoObj("FormatDef_HelpString"), "Chosen WAV format", _
"FormatDef=" & InfoObj("FormatDef")