MMDeviceEnumeratorGetDefaultAudioEndpoint Method |
Retrieves the default audio endpoint for the specified data-flow direction and role.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic MMDevice GetDefaultAudioEndpoint(
EDataFlow dataFlow,
ERole role
)
Public Function GetDefaultAudioEndpoint (
dataFlow As EDataFlow,
role As ERole
) As MMDevice
public:
MMDevice^ GetDefaultAudioEndpoint(
EDataFlow dataFlow,
ERole role
)
member GetDefaultAudioEndpoint :
dataFlow : EDataFlow *
role : ERole -> MMDevice
Parameters
- dataFlow
- Type: Ozeki.MediaEDataFlow
- role
- Type: Ozeki.MediaERole
Return Value
Type:
MMDevice
See Also