mozilla / cubeb-pulse-rs

ISC License
16 stars 17 forks source link

Handle stream preferences and loopback requests. #29

Closed SingingTree closed 6 years ago

SingingTree commented 6 years ago

https://github.com/kinetiknz/cubeb/pull/387 introduced a preferences member on the stream params struct. This updates the backend to handle that member. This also makes the backend return the appropriate not supported error should the new prefs be used to request a loopback stream, as the backend does not currently support loopback streams.