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:
pblivingston
2025-12-19 12:17:20 -05:00
parent 0d303e20be
commit ef1a583351
3 changed files with 19 additions and 15 deletions

View File

@@ -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')
}