MicrophoneGetDevice Method |
Retreives the specified microphone device.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic static Microphone GetDevice(
AudioDeviceInfo info
)
Public Shared Function GetDevice (
info As AudioDeviceInfo
) As Microphone
public:
static Microphone^ GetDevice(
AudioDeviceInfo^ info
)
static member GetDevice :
info : AudioDeviceInfo -> Microphone
Parameters
- info AudioDeviceInfo
- Information about the microphone device.
Return Value
MicrophoneThe microphone object.
See Also