HEnquist / wasapi-rs

Simple Wasapi bindings for Rust
MIT License
43 stars 11 forks source link

Iterator on DeviceCollection #20

Closed 3tilley closed 9 months ago

3tilley commented 9 months ago

Hello,

Is there any reason there isn't an iterator on DeviceCollection? If not would you object to me adding one?

HEnquist commented 9 months ago

No reason, I just haven't needed it (yet) 😀 PR welcome!

3tilley commented 9 months ago

Do you think it should be on DeviceCollection or on a new DeviceCollectionIter struct?

HEnquist commented 9 months ago

I think this approach in alsa-rs is good: https://github.com/diwic/alsa-rs/blob/master/src/ctl_int.rs#L24