WaveInFactoryGetDevices Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic 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:
ListAudioDeviceInfo
See Also