Did
public enum Did
Namespace for messages that inform a certain action did complete
-
Informs a controller that the preview bus has changed
See moreDeclaration
Swift
public struct ChangePreviewBus : SerializableMessage
-
Informs a controller that the program bus has changed
See moreDeclaration
Swift
public struct ChangeProgramBus : SerializableMessage
-
Informs a controller that a source has been routed to an auxiliary output
See moreDeclaration
Swift
public struct ChangeAuxiliaryOutput : SerializableMessage
-
Informs a controller that the switchers timecode has changed
See moreDeclaration
Swift
public struct GetTimecode : SerializableMessage
-
Informs the controller that the transition position has changed
See moreDeclaration
Swift
public struct ChangeTransitionPosition : SerializableMessage -
Informs a controller that the some tally lights might have changed.
See moreDeclaration
Swift
public struct GetSourceTallies : SerializableMessage -
Declaration
Swift
typealias ChangeSourceProperties = VideoSource.DidChangeProperties -
Undocumented
See moreDeclaration
Swift
public struct ChangeLock : SerializableMessage -
Undocumented
See moreDeclaration
Swift
public struct ObtainLock : SerializableMessage -
Undocumented
See moreDeclaration
Swift
public struct FinishDataTransfer : SerializableMessage
View on GitHub
Did Enumeration Reference