Click or drag to resize

MMDeviceEnumeratorEnumAudioEndPoints Method

Generates a collection of audio endpoint devices that meet the specified criteria.

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public MMDeviceCollection EnumAudioEndPoints(
	EDataFlow dataFlow,
	DeviceState dwStateMask
)

Parameters

dataFlow
Type: Ozeki.MediaEDataFlow
dwStateMask
Type: Ozeki.MediaDeviceState

Return Value

Type: MMDeviceCollection
See Also