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: 1.8.12.0 (1.8.12)
Syntax
public MMDeviceCollection EnumAudioEndPoints(
	EDataFlow dataFlow,
	DeviceState dwStateMask
)

Parameters

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

Return Value

Type: MMDeviceCollection
See Also