MMDeviceEnumeratorGetDevice Method |
Retrieves an endpoint device that is specified by an endpoint device-identification string.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public MMDevice GetDevice(
string ID
)
Public Function GetDevice (
ID As String
) As MMDevice
public:
MMDevice^ GetDevice(
String^ ID
)
member GetDevice :
ID : string -> MMDevice
Parameters
- ID
- Type: SystemString
Return Value
Type:
MMDeviceSee Also