-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAJA.nosplugin
More file actions
65 lines (65 loc) · 1.06 KB
/
AJA.nosplugin
File metadata and controls
65 lines (65 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"info": {
"id": {
"name": "nos.aja",
"version": "4.0.0"
},
"display_name": "AJA",
"description": "Video I/O plugin for AJA cards.",
"dependencies": [
{
"name": "nos.sys.vulkan",
"version": "8.0"
},
{
"name": "nos.mediaio",
"version": "4.0"
},
{
"name": "nos.resource",
"version": "1.0"
},
{
"name": "nos.flow",
"version": "1.0"
},
{
"name": "nos.imageprocessing",
"version": "1.0"
},
{
"name": "nos.compositing",
"version": "1.0"
},
{
"name": "nos.math",
"version": "2.0"
},
{
"name": "nos.reflect",
"version": "3.0"
},
{
"name": "nos.sys.device",
"version": "2.0"
},
{
"name": "nos.sync",
"version": "11.1"
},
{
"name": "nos.sys.settings",
"version": "3.0"
},
{
"name": "nos.audio",
"version": "1.0"
}
],
"category": "Media I/O"
},
"binary_path": "Binaries/nosAja",
"third_party_software": ["Config/Licenses.json"],
"sdk_version": "41.0",
"schema_version": "1.4-v1"
}