mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-01-18 13:20:47 +00:00
md fix
This commit is contained in:
parent
2586ca4089
commit
506455e767
@ -238,7 +238,7 @@ The following methods are available:
|
|||||||
- hide
|
- hide
|
||||||
- restart
|
- restart
|
||||||
- shutdown
|
- shutdown
|
||||||
- Load(<filepath>)
|
- Load(filepath)
|
||||||
|
|
||||||
The following properties are write only and accept boolean values:
|
The following properties are write only and accept boolean values:
|
||||||
|
|
||||||
@ -252,8 +252,7 @@ $vmr.command.show
|
|||||||
|
|
||||||
$vmr.command.lock = $true
|
$vmr.command.lock = $true
|
||||||
|
|
||||||
|
$vmr.command.Load("path/to/filename.xml")
|
||||||
$vmr.command.Load("<path/to/filename.xml>")
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Recorder
|
### Recorder
|
||||||
|
Loading…
Reference in New Issue
Block a user