Remove Device Selection

How to use Voicemeeter Remote API and control Voicemeeter Audio Engine
Post Reply
stealth1192
Posts: 15
Joined: Thu Nov 15, 2018 6:44 am

Remove Device Selection

Post 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;
Vincent Burel
Site Admin
Posts: 2005
Joined: Sun Jan 17, 2010 12:01 pm

Re: Remove Device Selection

Post by Vincent Burel »

Code: Select all

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