mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-03-20 08:59:10 +00:00
small docs corrections
This commit is contained in:
parent
55ade960f2
commit
33dcc98c8f
@ -17,7 +17,7 @@ Before any major/minor/patch is released all unit tests will be run to verify th
|
||||
- GetInputDevice($index)
|
||||
- GetOutputDevice($index)
|
||||
|
||||
- New IODevice property `driver` to get the driver type of the current device (e.g. 'WDM', 'MME', etc.)
|
||||
- New IODevice property `driver` to get the driver type of the current device (e.g. 'wdm', 'mme', etc.)
|
||||
|
||||
- New IODevice methods to get, set, or clear the current device for a strip or bus:
|
||||
- Get(): returns a PSObject with properties Driver, Name, HardwareId, and IsOutput
|
||||
|
||||
@ -377,7 +377,7 @@ The following Strip.device | Bus.device properties are available:
|
||||
|
||||
The following Strip.device | Bus.device methods are available:
|
||||
|
||||
- Set($device) : PSObject, where device is a PSObject with properties Driver and Name
|
||||
- Set($device) : PSObject, where device is a PSObject with properties Driver, Name, and IsOutput
|
||||
- Get() : PSObject, returns a PSObject with properties Driver, Name, HardwareId, and IsOutput
|
||||
- Clear() : Clears the currently selected device
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user