@elgato-stream-deck/core
Version:
An npm module for interfacing with the Elgato Stream Deck
7 lines • 712 B
TypeScript
import type { HIDDevice } from '../hid-device.js';
import type { OpenStreamDeckOptions, StreamDeckProperties, StreamDeckServicesDefinition } from './base.js';
import type { JpegPackerTransformOptions } from '../services/imagePacker/jpeg.js';
import type { PropertiesService } from '../services/properties/interface.js';
export type StreamDeckGen2Properties = Omit<StreamDeckProperties, 'KEY_DATA_OFFSET'>;
export declare function createBaseGen2Properties(device: HIDDevice, options: Required<OpenStreamDeckOptions>, properties: StreamDeckGen2Properties, propertiesService: PropertiesService | null, transform?: JpegPackerTransformOptions): StreamDeckServicesDefinition;
//# sourceMappingURL=generic-gen2.d.ts.map