Package com.vidispine.generated
Class OtifType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.OtifType.PropInfo
-
-
Field Summary
Fields Modifier and Type Field Description static String
PLUGIN_NAME
static String
TRANSCODER_PLUGIN
static String
UUID
static String
VENDOR_NAME
static String
VERSION_MAJOR
static String
VERSION_MINOR
static String
VERSION_PATCH
static String
VXA_PLUGIN
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
UUID
public static final transient String UUID
- See Also:
- Constant Field Values
-
PLUGIN_NAME
public static final transient String PLUGIN_NAME
- See Also:
- Constant Field Values
-
VENDOR_NAME
public static final transient String VENDOR_NAME
- See Also:
- Constant Field Values
-
VERSION_MAJOR
public static final transient String VERSION_MAJOR
- See Also:
- Constant Field Values
-
VERSION_MINOR
public static final transient String VERSION_MINOR
- See Also:
- Constant Field Values
-
VERSION_PATCH
public static final transient String VERSION_PATCH
- See Also:
- Constant Field Values
-
TRANSCODER_PLUGIN
public static final transient String TRANSCODER_PLUGIN
- See Also:
- Constant Field Values
-
VXA_PLUGIN
public static final transient String VXA_PLUGIN
- See Also:
- Constant Field Values
-
-