Config
public enum Config
Namespace for configuration messages
-
There are two version numbers in ATEM world: One for the ATEM Software Control application (for instance version 6.0), which is what people usually refer to, and one for the firmware which is often updated with the PC/Mac application versions (for instance 2.15). The latter version number is what “_ver” gives you and a number you can not find anywhere in the application to our knowledge.
See moreDeclaration
Swift
public struct ProtocolVersion : SerializableMessage
-
Information about the ATEM product
See moreDeclaration
Swift
public struct ProductInfo : SerializableMessage
-
The topology of an atem describes all its resources: inputs, outputs, generators, etc.
References:
- Norwegian government-owned radio and television public broadcasting company
- Qt ATEM protocol implementation
Declaration
Swift
public struct Topology : SerializableMessage
-
Undocumented
See moreDeclaration
Swift
public struct MixEffect : SerializableMessage
-
Undocumented
See moreDeclaration
Swift
public struct MediaPool : SerializableMessage
-
Undocumented
See moreDeclaration
Swift
public struct MultiView : SerializableMessage
-
Informs a controller that a connection is succesfully established. This message should be sent at the end of the connection initiation. The connection initiation is the sequence of packets that is sent at the very beginning of a connection and they contain messages that represent the state of the device at the moment of conection.
See moreDeclaration
Swift
public struct InitiationComplete : SerializableMessage