ChangePreviewBus
public struct ChangePreviewBus : SerializableMessage
Informs a switcher that the preview bus should be changed
-
-
Undocumented
Declaration
Swift
public let mixEffect: UInt8 -
Undocumented
Declaration
Swift
public let previewBus: VideoSource -
Declaration
Swift
public init(with bytes: ArraySlice<UInt8>) throws -
Undocumented
Declaration
Swift
public init(to newPreviewBus: VideoSource, mixEffect: UInt8 = 0) -
Declaration
Swift
public var dataBytes: [UInt8] { get } -
Declaration
Swift
public var debugDescription: String { get }
View on GitHub
ChangePreviewBus Structure Reference