Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TcpTally

Interprets the tally info from the TCP service of a vMix instance.

E.g. "TALLY OK 001020" reads:

  • input no. 3 in program
  • input no. 5 in preview
  • all other inputs is idle

Hierarchy

  • TcpTally

Index

Constructors

Methods

  • extractInputs(tallyString: string): TALLY_STATE[]
  • Extract inputs from TCP message

    E.g. "TALLY OK 00102" reads input 3 in program and 5 in preview

    Parameters

    • tallyString: string

    Returns TALLY_STATE[]

  • extractSummary(tallyString: string): TallySummary
  • Extract summary from TCP message

    Parameters

    • tallyString: string

    Returns TallySummary

Generated using TypeDoc