Page 1 of 1

Remove Device Selection

Posted: Wed Apr 15, 2020 1:22 pm
by stealth1192
Is there a remote api to remove device selection?

For example is I have an audio device in Bus(1).Device.wdm = "Elgato 1080p (NVIDIA High Definition Audio)" ;

Is there like a code like this Bus(1) = remove device;

Re: Remove Device Selection

Posted: Wed May 06, 2020 9:55 am
by Vincent Burel

Code: Select all

Bus(1).Device.wdm = "";
or 
Bus(1).Device = "";