wedok Posted September 17, 2016 Posted September 17, 2016 Hi, ich würd mich sehr freuen wenn man zusätzlich zum umschalter a oder b direkt ansteuern könnte. Quote
BALOU Posted September 17, 2016 Posted September 17, 2016 geht mit command.vbs hier(benutze das nur für Audio) Auszug Case 20480 ' Bei AudioA If Datamanager.Value ("#playback.Audio") = "B" Then SendCommand (133) ' Umschalten auf Audio A End If Case 20481 'Bei AudioB If Datamanager.Value ("#playback.Audio") = "A" Then SendCommand (133) ' Umschalten auf Audio B End If Quote
wedok Posted September 21, 2016 Author Posted September 21, 2016 If Datamanager.Value ("#playback.Audio") = "B" danach hab ich gesucht. danke. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.