Struct wasapi::DeviceCollection [−][src]
pub struct DeviceCollection { /* fields omitted */ }Expand description
Struct wrapping an IMMDeviceCollection.
Implementations
Get an IMMDeviceCollection of all active playback or capture devices
Get the number of devices in an IMMDeviceCollection
Get a device from an IMMDeviceCollection using index
Auto Trait Implementations
impl RefUnwindSafe for DeviceCollectionimpl !Send for DeviceCollectionimpl !Sync for DeviceCollectionimpl Unpin for DeviceCollectionimpl UnwindSafe for DeviceCollection