Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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.
Inheritance
The IMMEndpoint interface inherits from the IUnknown interface. IMMEndpoint also has these types of members:
Methods
The IMMEndpoint interface has these methods.
| IMMEndpoint::GetDataFlow The GetDataFlow method indicates whether the audio endpoint device is a rendering device or a capture device. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Target Platform | Windows |
| Header | mmdeviceapi.h |