MMDeviceEnumeratorGetDevice Method |
Retrieves an endpoint device that is specified by an endpoint device-identification string.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic 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:
MMDevice
See Also