IMMDeviceEnumerator Members

IMMDeviceEnumerator has the following members.

Public Methods

  Name Description
EnumAudioEndpoints The EnumAudioEndpoints method generates a collection of audio endpoint devices that meet the specified criteria.
GetDefaultAudioEndpoint The GetDefaultAudioEndpoint method retrieves the default audio endpoint for the specified data-flow direction (playback or capture).
GetDevice The GetDevice method retrieves an audio endpoint device that is identified by an endpoint ID string.
RegisterEndpointNotificationCallback The RegisterEndpointNotificationCallback method registers a client’s notification callback interface.
UnregisterEndpointNotificationCallback The UnregisterEndpointNotificationCallback method deletes the registration of a notification interface that the client registered in a previous call to the IMMDeviceEnumerator::RegisterEndpointNotificationCallback method.

See also

IMMDeviceEnumerator