UNPKG
@distdev/vmix-utils
Version:
latest (1.2.4)
1.2.4
1.2.3
1.2.2
1.2.0
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Utility functions and data for vMix
github.com/thedist/vMix-Utils
thedist/vMix-Utils
@distdev/vmix-utils
/
dist
/
shortcuts
/
ndi.d.ts
4 lines
(3 loc)
•
229 B
TypeScript
View Raw
1
2
3
4
import
{
type
VMixFunction
}
from
'.'
;
export
type
FunctionIDsNDI
=
'NDICommand'
|
'NDISelectSourceByIndex'
|
'NDISelectSourceByName'
|
'NDIStartRecording'
|
'NDIStopRecording'
;
export
declare
const
FunctionsNDI
:
VMixFunction
[];