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.
Members
The IMMEndpoint interface inherits from the IUnknown interface. IMMEndpoint also has these types of members:
Methods
The IMMEndpoint interface has these methods.
| Method | Description |
|---|---|
| GetDataFlow |
Indicates whether the endpoint is associated with a rendering device or a capture device. |
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
See also