IMMEndpoint Interface
Previous | Next |
IMMEndpoint Interface
The IMMEndpoint interface represents an audio endpoint device. A client obtains a reference to an IMMEndpoint interface instance by following these steps:
- By using one of the techniques described in IMMDevice Interface, obtain a reference to the IMMDevice interface of an audio endpoint device.
- Call the IMMDevice::QueryInterface method with parameter iid set to REFIID IID_IMMEndpoint.
IMMEndpoint inherits from the IUnknown interface. In addition to the methods inherited from IUnknown, IMMEndpoint supports the following method.
Method | Description |
GetDataFlow | Indicates whether the endpoint is associated with a rendering device or a capture device. |
Requirements
Client: Windows Vista
Header: Include Mmdeviceapi.h.
See Also
Previous | Next |