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