UNPKG

atem-connection

Version:

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

7 lines 273 B
/** * @todo: MINT - 2018-5-24: * Create util functions that handle proper colour spaces in UHD. */ /// <reference types="node" /> export declare function convertRGBAToYUV422(width: number, height: number, data: Buffer): Buffer; //# sourceMappingURL=rgbaToYuv422.d.ts.map