WaveInDeviceHelperGetDevices Method |
Retrieves the available recording devices.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static List<AudioDeviceInfo> GetDevices()
Public Shared Function GetDevices As List(Of AudioDeviceInfo)
public:
static List<AudioDeviceInfo^>^ GetDevices()
static member GetDevices : unit -> List<AudioDeviceInfo>
Return Value
Type:
ListAudioDeviceInfoThe list containing the devices.
See Also