SourceTallies
public struct SourceTallies : Serializable
Informs a controller that the some tally lights might have changed.
-
Declaration
Swift
public static var title: MessageTitle -
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 }
View on GitHub
SourceTallies Structure Reference