ChangeAuxiliaryOutput
public struct ChangeAuxiliaryOutput : SerializableMessage
Informs a switcher that a source should be assigned to the specified auxiliary output
-
-
The source that should be assigned to the auxiliary output
Declaration
Swift
public let source: VideoSource -
The auxiliary output that should be rerouted
Declaration
Swift
public let output: UInt8 -
Declaration
Swift
public init(with bytes: ArraySlice<UInt8>) throws -
Create a message to reroute an auxiliary output.
Declaration
Swift
public init(_ output: UInt8, to newSource: VideoSource)Parameters
outputThe source that should be assigned to the auxiliary output
newSourceThe auxiliary output that should be rerouted
-
Declaration
Swift
public var dataBytes: [UInt8] { get } -
Declaration
Swift
public var debugDescription: String { get }
View on GitHub
ChangeAuxiliaryOutput Structure Reference