NewTimecode
public struct NewTimecode : Message
Informs a controller that the switchers timecode has changed
-
Undocumented
Declaration
Swift
public typealias Timecode = (hour: UInt8, minute: UInt8, second: UInt8, frame: UInt8) -
Declaration
Swift
public static let title: MessageTitle -
Undocumented
Declaration
Swift
public let timecode: Timecode -
Declaration
Swift
public init(with bytes: ArraySlice<UInt8>) throws -
Declaration
Swift
public var debugDescription: String { get }
View on GitHub
NewTimecode Structure Reference