ProgramBusChanged
public struct ProgramBusChanged : Serializable
Informs a controller that the program bus has changed
-
Declaration
Swift
public static let title: MessageTitle -
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
ProgramBusChanged Structure Reference