Class SuperSourceBoxBorderCommand

Sets the per-box SuperSource border on the ATEM Constellation HD range and newer (firmware 9.6.0+); SuperSourceBoxBorderUpdateCommand reports it back. Older models use SuperSourceBorderCommand instead - the two ranges each ignore the other's command.

Hierarchy

Constructors

Properties

_properties: Partial<SuperSourceBoxBorder>
boxId: number
flag: number
runOrderGroup?: number = 0

Link

ISerializableCommand.runOrderGroup

ssrcId: number
MaskFlags: {
    borderEnabled: number;
    borderHue: number;
    borderLuma: number;
    borderSaturation: number;
    borderWidthInBottom: number;
    borderWidthInLeft: number;
    borderWidthInRight: number;
    borderWidthInTop: number;
    borderWidthOutHorizontal: number;
    borderWidthOutVertical: number;
} = ...

Type declaration

  • borderEnabled: number
  • borderHue: number
  • borderLuma: number
  • borderSaturation: number
  • borderWidthInBottom: number
  • borderWidthInLeft: number
  • borderWidthInRight: number
  • borderWidthInTop: number
  • borderWidthOutHorizontal: number
  • borderWidthOutVertical: number
minimumVersion: V9_6 = ProtocolVersion.V9_6
rawName: "CSSB" = 'CSSB'

Accessors

Methods

Generated using TypeDoc