ChangeProgramBus
public struct ChangeProgramBus : SerializableMessage
Informs a controller that the program bus has changed
-
-
Undocumented
Declaration
Swift
public let mixEffect: UInt8 -
Undocumented
Declaration
Swift
public let programBus: VideoSource -
Declaration
Swift
public init(with bytes: ArraySlice<UInt8>) throws -
Undocumented
Declaration
Swift
public init(to newProgramBus: VideoSource, mixEffect: UInt8 = 0) -
Declaration
Swift
public var dataBytes: [UInt8] { get } -
Declaration
Swift
public var debugDescription: String { get }
View on GitHub
ChangeProgramBus Structure Reference