TAPIEx ActiveX Control v3.6

WaveRecordDeviceClass

Property WaveRecordDeviceClass As String
Read/Write: Read and Write

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).
midi/in MIDI sequencer (input only).
WAVE_MAPPER default wave input device(Sound card).

Remarks

Users can obtain the list device class name that supported by ILineCaps.Supports property.

See Also

Record