Class AtemCommandBatchBase

Holds the state for a command batch: the queue of commands, and the way to flush them. The command-building methods are added by AtemCommandSenderMixin.

Exported so that declaration emit can name it as the base of AtemCommandBatch (which extends it through the mixin). Not intended to be used directly.

Hierarchy

  • AtemCommandBatchBase

Constructors

Accessors

Methods

Constructors

Accessors

Methods

  • Send all of the queued commands to the ATEM. The queue is emptied before sending, so the batch can be reused afterwards.

    Returns Promise<void>

Generated using TypeDoc