temp commit
This commit is contained in:
parent
165aff07e4
commit
a0ce3fa703
7 changed files with 99 additions and 11 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue