GetSourceTallies
public struct GetSourceTallies : SerializableMessage
Informs a controller that the some tally lights might have changed.
-
-
The state of the tally lights for each source of the Atem switcher
Declaration
Swift
public let tallies: [VideoSource : TallyLight]
-
Declaration
Swift
public init(with bytes: ArraySlice<UInt8>) throws
-
Undocumented
Declaration
Swift
public init(tallies: [VideoSource : TallyLight])
-
Declaration
Swift
public var dataBytes: [UInt8] { get }
-
Declaration
Swift
public var debugDescription: String { get }