mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-09 17:33:33 +00:00
eject
prelim test passes for potato 'Command.Eject'
This commit is contained in:
@@ -154,6 +154,10 @@ class Recorder : IRemote {
|
||||
[void] Prefix ([string]$prefix) {
|
||||
$this.Setter('prefix', $prefix)
|
||||
}
|
||||
|
||||
[void] Eject () {
|
||||
$this.remote.Setter('Command.Eject', 1)
|
||||
}
|
||||
}
|
||||
|
||||
class RecorderMode : IRemote {
|
||||
|
||||
Reference in New Issue
Block a user