-
Notifications
You must be signed in to change notification settings - Fork 39
ATEMmin
Here you can find documentation for features added to this repo's version of SKAARHOJ's ATEMmin library. Documentation for the original library by SKAARHOJ can be found here.
The ATEM mini series introduced live streaming capabilities built into the ATEM switchers, also adding it to their protocol. These functions let you retrieve the streaming status.
CMD: StRS
Length: 2 bytes
Returns the raw 2 bytes received from the switcher. Known flags are available in the following functions.
Returns true when streaming is idle. Bit 15.
Returns true while stream is connecting. Bit 14.
Returns true while streaming. Bit 13.
Returns true if streaming settings are invalid (I think). Bit 11.
Returns true if the stream is ending (still streaming if true). Bit 10.
Returns true in case of an unknown error. Bit 0.