MixEffect
public struct MixEffect : SerializableMessage
Undocumented
-
-
The block index. Starts counting at 0 so first block is 0
Declaration
Swift
public let block: UInt8
-
The number of keyers on this block
Declaration
Swift
public let numberOfKeyers: UInt8
-
Declaration
Swift
public init(with bytes: ArraySlice<UInt8>) throws
-
Undocumented
Declaration
Swift
public init(block: UInt8, numberOfKeyers: UInt8)
-
Declaration
Swift
public var dataBytes: [UInt8] { get }
-
Declaration
Swift
public var debugDescription: String { get }