MicrophoneGetDevice Method |
Retreives the specified microphone device.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
- Type: Ozeki.MediaAudioDeviceInfo
Information about the microphone device.
Return Value
Type:
MicrophoneThe microphone object.
See Also