naudio / NAudio

Audio and MIDI library for .NET
MIT License
5.37k stars 1.09k forks source link

Added Enumerator for AudioSessionControl in SessionCollection #1163

Open Shubham-Sus opened 3 weeks ago

Shubham-Sus commented 3 weeks ago

Implemented the GetEnumerator method to enable iteration over AudioSessionControl instances.

Shubham-Sus commented 3 weeks ago

@markheath could you please take a look?