temp commit

This commit is contained in:
Hane 2023-09-19 16:05:39 +02:00
commit cb9446cb42
4 changed files with 91 additions and 1 deletions

View file

@ -18,6 +18,7 @@ class Session {
//uint32_t getChannelCount();
private:
std::wstring fetchProcessName(DWORD pid);
std::wstring sessionName;
Endpoint* ep;
IAudioSessionControl2* sessionControl = nullptr;