mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-09 17:33:33 +00:00
video, midi outstream routes
- VMR bug: video outstream route is write-only; test commented - midi outstream route test was improperly int; moved to string prelim tests for potato pass
This commit is contained in:
@@ -150,7 +150,8 @@ class VbanOutMidi : VbanMidi {
|
||||
|
||||
class VbanOutVideo : VbanVideo {
|
||||
VbanOutVideo ([int]$index, [Object]$remote) : base ($index, $remote, 'out') {
|
||||
AddIntMembers -PARAMS @('vfps', 'vquality', 'route')
|
||||
AddIntMembers -PARAMS @('vfps', 'vquality')
|
||||
AddIntMembers -WriteOnly -PARAMS @('route')
|
||||
AddBoolMembers -PARAMS @('vcursor')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user