no copies objetos payaso
This commit is contained in:
parent
e61c600019
commit
08a9a76aae
5 changed files with 20 additions and 18 deletions
|
|
@ -25,7 +25,7 @@ class Endpoint {
|
|||
void setVolume(float volume);
|
||||
float getVolume();
|
||||
LPWSTR getName();
|
||||
//~Endpoint();
|
||||
~Endpoint();
|
||||
|
||||
private:
|
||||
IMMDevice* endpoint;
|
||||
|
|
@ -46,7 +46,7 @@ class Overseer {
|
|||
//int getDefaultCaptureEndpoint(Endpoint** defaultEndpoint);
|
||||
//int getCaptureEndpoints(std::vector<Endpoint*> *captureEndpoints);
|
||||
//IMMDeviceEnumerator** setOrigin();
|
||||
//~Overseer();
|
||||
~Overseer();
|
||||
|
||||
private:
|
||||
unsigned int numPlaybackEndpoints;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue