|
Set/Get the output type. e.g. wave, mp3, wma.
Parameter Integer the index of output type.
0 - Wave 1 - WMA 2 - MP3
Remark This property is Read/Write.
Example
|
Visual Basic Syntax AudioCapture1.AudioDevice=0 AudioCapture1.AudioFileName="c:\test.wav" AudioCapture1.AudioInputPin = 0 AudioCapture1.OutputType=AUDIO_WAV AudioCapture1.Start
|
|
|