UNPKG

emotiv-ts

Version:

A Typescript library that wraps the Cortex API functionalities to communicate with Emotiv headsets

7 lines (6 loc) 376 B
import { CortexRequest } from "../../internal/cortex-request"; import { Format } from "../../../enums/record-format.enum"; import { DataStreamType } from "../../../enums/data-stream.enum"; export declare class ExportRecord extends CortexRequest { constructor(authToken: string, destinationFolder: string, format: Format, recordIds: string[], streams: DataStreamType[]); }