ISubunit interface (devicetopology.h)

The ISubunit interface represents a hardware subunit (for example, a volume control) that lies in the data path between a client and an audio endpoint device. The client obtains a reference to an ISubunit interface by calling the IDeviceTopology::GetSubunit method, or by calling the IPart::QueryInterface method with parameter iid set to REFIID IID_ISubunit.

Inheritance

The ISubunit interface inherits from the IUnknown interface.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header devicetopology.h

See also

Core Audio Interfaces

DeviceTopology API

IDeviceTopology::GetSubunit

IPart Interface