UNPKG

@distdev/vmix-utils

Version:

Utility functions and data for vMix

123 lines (122 loc) 3.39 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FunctionsDataSources = void 0; exports.FunctionsDataSources = [ { id: 'DataSourceAutoNextOff', category: 'DataSources', description: 'Name of the Data Source, Table Name (optional)', params: [ { name: 'Value', description: 'Name,Table', required: false, }, ], version: '23', }, { id: 'DataSourceAutoNextOn', category: 'DataSources', description: 'Name of the Data Source, Table Name (optional)', params: [ { name: 'Value', description: 'Name,Table', required: false, }, ], version: '23', }, { id: 'DataSourceAutoNextOnOff', category: 'DataSources', description: 'Name of the Data Source, Table Name (optional)', params: [ { name: 'Value', description: 'Name,Table', required: false, }, ], version: '23', }, { id: 'DataSourceNextRow', category: 'DataSources', description: "Name of the Data Source and Table Name (optional) eg 'Excel/CSV,Sheet1", params: [ { name: 'Value', description: 'Name,Table', required: false, }, ], version: '21', }, { id: 'DataSourcePause', category: 'DataSources', description: "Name of the Data Source and Table Name (optional) eg 'Excel/CSV,Sheet1", params: [ { name: 'Value', description: 'Name,Table', required: false, }, ], version: '24', }, { id: 'DataSourcePlay', category: 'DataSources', description: "Name of the Data Source and Table Name (optional) eg 'Excel/CSV,Sheet1", params: [ { name: 'Value', description: 'Name,Table', required: false, }, ], version: '24', }, { id: 'DataSourcePlayPause', category: 'DataSources', description: "Name of the Data Source and Table Name (optional) eg 'Excel/CSV,Sheet1", params: [ { name: 'Value', description: 'Name,Table', required: false, }, ], version: '24', }, { id: 'DataSourcePreviousRow', category: 'DataSources', description: "Name of the Data Source and Table Name (optional) eg 'Excel/CSV,Sheet1", params: [ { name: 'Value', description: 'Name,Table', required: false, }, ], version: '21', }, { id: 'DataSourceSelectRow', category: 'DataSources', description: "Name of the Data Source, Table Name (optional) and Row Index starting from 0 eg 'Excel/CSV,Sheet1,5", params: [ { name: 'Value', description: 'Name,Table,Index', required: false, }, ], version: '21', }, ];