UNPKG

@elgato-stream-deck/tcp

Version:

An npm module for interfacing with select Elgato Stream Deck devices in node over tcp

8 lines 805 B
import type { JPEGEncodeOptions } from '@elgato-stream-deck/node-lib'; export { VENDOR_ID, DeviceModelId, KeyIndex, StreamDeck, StreamDeckProxy, LcdPosition, Dimension, StreamDeckControlDefinitionBase, StreamDeckButtonControlDefinition, StreamDeckButtonControlDefinitionNoFeedback, StreamDeckButtonControlDefinitionRgbFeedback, StreamDeckButtonControlDefinitionLcdFeedback, StreamDeckEncoderControlDefinition, StreamDeckLcdSegmentControlDefinition, StreamDeckControlDefinition, StreamDeckTcpChildDeviceInfo, OpenStreamDeckOptions, PreparedBuffer, } from '@elgato-stream-deck/core'; export * from './types.js'; export * from './connectionManager.js'; export * from './discoveryService.js'; export { DEFAULT_TCP_PORT } from './constants.js'; export { JPEGEncodeOptions }; //# sourceMappingURL=index.d.ts.map