diff options
Diffstat (limited to 'switcher.py')
| -rw-r--r-- | switcher.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/switcher.py b/switcher.py index 4c34a1c..8624839 100644 --- a/switcher.py +++ b/switcher.py @@ -1,7 +1,7 @@ import logging import PyATEMMax -from PyATEMMax.ATEMProtocolEnums import ATEMVideoModeFormats +from PyATEMMax.ATEMProtocolEnums import ATEMVideoModeFormats, ATEMTransitionStyles VIDEO_FORMATS = { f[1:] @@ -98,6 +98,6 @@ class PyATEMSwitcher: def trans(self, input): self.log.debug(f'hehehehe trans({repr(input)})') self.atem.setProgramInputVideoSource( - # TODO mixEffect, + ATEMTransitionStyles.mix, input, ) |
