-
Notifications
You must be signed in to change notification settings - Fork 11
/
DeckLinkMedia.uplugin
38 lines (38 loc) · 943 Bytes
/
DeckLinkMedia.uplugin
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
{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "DeckLink Media Player",
"Description" : "Implements a media player for Blackmagic Decklink's SDI cards.",
"Category" : "Media Players",
"CreatedBy" : "The Mill",
"CreatedByURL" : "http://www.themill.com/",
"DocsURL" : "https://www.blackmagicdesign.com/products/decklink",
"EngineVersion" : "4.15.0",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : false,
"IsBetaVersion" : true,
"Installed" : false,
"Modules" :
[
{
"Name" : "DeckLinkMedia",
"Type" : "Runtime",
"LoadingPhase" : "PreLoadingScreen",
"WhitelistPlatforms" : [ "Win64" ]
},
{
"Name" : "DeckLinkMediaEditor",
"Type" : "Editor",
"LoadingPhase" : "PostEngineInit"
},
{
"Name" : "DeckLinkMediaFactory",
"Type" : "Runtime",
"LoadingPhase" : "PostEngineInit",
"WhitelistPlatforms" : [ "Win64" ]
}
]
}