MicrophoneGetDevice Method |
Retreives the specified microphone device.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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