temp commit

This commit is contained in:
Hane 2024-02-03 17:05:09 +01:00
commit a0ce3fa703
7 changed files with 99 additions and 11 deletions

View file

@ -39,6 +39,7 @@ class Endpoint {
/* sessions */
std::vector<Session*> getSessions();
size_t getSessionCount();
void addSession(Session* session);
~Endpoint();
@ -135,7 +136,6 @@ class Overseer {
class EndpointNewSessionCallback : public IAudioSessionNotification {
public:
//EndpointSituationCallback(IMMDeviceEnumerator *deviceEnumerator, std::vector<Endpoint*> playbackDevices);
EndpointNewSessionCallback(EndpointHandler *eph);
ULONG AddRef();
ULONG Release();