mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-18 13:33:31 +00:00
Get(), Set($device), Clear()
methods added to IODevice manual and pester tests pass for all kinds
This commit is contained in:
@@ -161,6 +161,14 @@ class StripDevice : IODevice {
|
||||
[string] identifier () {
|
||||
return 'Strip[' + $this.index + '].Device'
|
||||
}
|
||||
|
||||
[int] EnumCount () {
|
||||
return $this.remote.GetInputCount()
|
||||
}
|
||||
|
||||
[PSObject] EnumDevice ([int]$eIndex) {
|
||||
return $this.remote.GetInputDevice($eIndex)
|
||||
}
|
||||
}
|
||||
|
||||
class VirtualStrip : Strip {
|
||||
|
||||
Reference in New Issue
Block a user