early-access version 3011

This commit is contained in:
pineappleEA
2022-10-09 22:48:39 +02:00
parent 9dae005605
commit 6834d23fab
9 changed files with 108 additions and 34 deletions

View File

@@ -19,7 +19,7 @@ class Sink;
*
* @return Vector of available sink names.
*/
std::vector<const char*> GetSinkIDs();
std::vector<std::string_view> GetSinkIDs();
/**
* Gets the list of devices for a particular sink identified by the given ID.