IMMDeviceCollection Interface

Represents a collection of multimedia device resources.

In the current implementation, the only device resources that the MMDevice API can create collections of are audio endpoint devices.

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[ComImportAttribute]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("0BD7A1BE-7A1A-44DB-8397-CC5392387B5E")]
public interface IMMDeviceCollection

Remarks

Methods

GetCount retrieves a count of the devices in the device collection.
Item Retrieves a pointer to the specified item in the device collection.

See Also