ChangeAuxiliaryOutput
public struct ChangeAuxiliaryOutput : SerializableMessage
Informs a controller that a source has been routed to an auxiliary output
-
-
The source that has been routed to the auxiliary output
Declaration
Swift
public let source: VideoSource
-
The auxiliary output that has received another route
Declaration
Swift
public let output: UInt8
-
Declaration
Swift
public init(with bytes: ArraySlice<UInt8>) throws
-
Create a message to inform that a source has been routed to an auxiliary output
Declaration
Swift
public init(source newSource: VideoSource, output newOutput: UInt8)
Parameters
source
The source that has been assigned to the auxiliary output
output
The auxiliary output that has been rerouted
-
Declaration
Swift
public var dataBytes: [UInt8] { get }
-
Declaration
Swift
public var debugDescription: String { get }