Docs - Methods
This section contains information about the callable methods in the library.
ATEMConstant parameters
In many cases these methods use ATEMConstant
parameters. As an example, let’s have a look at the setProgramInputVideoSource
method:
Args:
mE: see ATEMMixEffects
videoSource: see ATEMVideoSources
In this case, the mE
parameter should be a value contained in ATEMMixEffects
and videoSource
should also be a valid ATEMVideoSources
item.
See the Data - Protocol - ATEMConstant section for more info.