[Visual Basic]
Property WaveRecordDeviceClass As String
[C#]
public string WaveRecordDeviceClass [ get, set ]
Description
Set/return the class name of wave record device. The Record()
method will record the file from the specail device.
Value
| Description |
wave/in/out |
Wave audio device, full duplex. |
wave/in |
Wave audio device (input only). |
WAVE_MAPPER |
default wave input device(Sound card). |
Remarks
Users can obtain the list device class name that supported by LineCaps.Supports
property.
See Also
Record
Support editions