Click or drag to resize
MMDeviceEnumeratorGetDefaultAudioEndpoint Method
Retrieves the default audio endpoint for the specified data-flow direction and role.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public MMDevice GetDefaultAudioEndpoint(
	EDataFlow dataFlow,
	ERole role
)

Parameters

dataFlow
Type: Ozeki.MediaEDataFlow
role
Type: Ozeki.MediaERole

Return Value

Type: MMDevice
See Also