UNPKG

atem-connection

Version:

Typescript Node.js library for connecting with an ATEM switcher.

8 lines 173 B
export interface Timecode { hours: number; minutes: number; seconds: number; frames: number; isDropFrame: boolean; } //# sourceMappingURL=common.d.ts.map