-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMediaIO.nosplugin
More file actions
50 lines (50 loc) · 837 Bytes
/
MediaIO.nosplugin
File metadata and controls
50 lines (50 loc) · 837 Bytes
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
{
"info": {
"id": {
"name": "nos.mediaio",
"version": "4.0.0"
},
"description": "Media I/O nodes and API.",
"display_name": "Media I/O",
"dependencies": [
{
"name": "nos.sys.vulkan",
"version": "8.0"
},
{
"name": "nos.audio",
"version": "1.0"
},
{
"name": "nos.flow",
"version": "1.0"
},
{
"name": "nos.math",
"version": "2.0"
},
{
"name": "nos.reflect",
"version": "3.0"
},
{
"name": "nos.sync",
"version": "11.1"
}
],
"category": "Media I/O"
},
"named_values": [
"Types/ResolutionNames.json"
],
"binary_path": "Binaries/nosMediaio",
"plugin_options": [
{
"plugin": "nos.sys.vulkan",
"type": "nos.sys.vulkan.Resources",
"path": "Types/Resources.json"
}
],
"sdk_version": "41.0",
"schema_version": "1.4-v1"
}