@blackmagic-controller/core
Version:
An npm module for interfacing with the Blackmagic usb/bluetooth controllers
8 lines • 383 B
TypeScript
export type KeyId = string;
export declare enum BlackmagicControllerModelId {
AtemMicroPanel = "atem-micro-panel",
DaVinciResolveReplayEditor = "davinci-resolve-replay-editor",
DaVinciResolveSpeedEditor = "davinci-resolve-speed-editor"
}
export declare function getBlackmagicControllerName(modelId: BlackmagicControllerModelId): string;
//# sourceMappingURL=info.d.ts.map