Topology
public struct Topology : SerializableMessage
The topology of an atem describes all its resources: inputs, outputs, generators, etc.
References:
-
-
Undocumented
Declaration
Swift
public let mixEffectBlocks: UInt8
-
Undocumented
Declaration
Swift
public let sources: UInt8
-
Undocumented
Declaration
Swift
public let auxiliaryBusses: UInt8
-
Number of downstream keyers. Tested using simulator and v8.2.1
Declaration
Swift
public let downstreamKeyers: UInt8
-
Undocumented
Declaration
Swift
public let mixMinusOutputs: UInt8
-
Number of media players. Tested using simulator and v8.2.1
Declaration
Swift
public let mediaPlayers: UInt8
-
Maximum number of linked hyperdecks. Tested using simulator and v8.2.1
Declaration
Swift
public let maxHyperdecks: UInt8
-
Number of serial ports.
Tested using v8.2.1 and the simulator: When changing this value the tab “Remote” in the settings pane of the official “ATEM Software control” changes
- when
0
: the “use RS422 control port to” radio buttons are disabled - when
1
: the “use RS422 control port to” radio buttons are enabled
Declaration
Swift
public let serialPorts: UInt8
- when
-
Undocumented
Declaration
Swift
public let unknownA: UInt8
-
Unknown property, it might be the number of Digital Video Effects aka *DVE*s
Declaration
Swift
public let unknownB: UInt8
-
Number of stingers.
Tested using v8.2.1 and the simulator: When changing this value, the STING button under Transition Style of the official “ATEM Software control” changes
- when
0
: the STING button is disabled - when
1
: the STING button is enabled
Declaration
Swift
public let stingers: UInt8
- when
-
Undocumented
Declaration
Swift
public let unknownC: [UInt8]
-
Declaration
Swift
public init(with bytes: ArraySlice<UInt8>)
-
init(mixEffectBlocks:
sources: downstreamKeyers: auxiliaryBusses: mixMinusOutputs: mediaPlayers: unknownA: serialPorts: maxHyperdecks: unknownB: stingers: unknownC: ) Undocumented
Declaration
Swift
public init(mixEffectBlocks: UInt8, sources: UInt8, downstreamKeyers: UInt8, auxiliaryBusses: UInt8, mixMinusOutputs: UInt8, mediaPlayers: UInt8, unknownA: UInt8, serialPorts: UInt8, maxHyperdecks: UInt8, unknownB: UInt8, stingers: UInt8, unknownC: [UInt8])
-
Declaration
Swift
public var dataBytes: [UInt8] { get }
-
Declaration
Swift
public var debugDescription: String { get }