Package com.vidispine.generated
Class ExternalTranscodeJobType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.ExternalTranscodeJobType.PropInfo
-
- Enclosing class:
- ExternalTranscodeJobType
public static class ExternalTranscodeJobType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
FORMAT
static String
REGEX
static String
SOURCE_URI
static String
STORAGE_ID
static String
TRANSCODER
static String
USERNAME
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
SOURCE_URI
public static final transient String SOURCE_URI
- See Also:
- Constant Field Values
-
FORMAT
public static final transient String FORMAT
- See Also:
- Constant Field Values
-
TRANSCODER
public static final transient String TRANSCODER
- See Also:
- Constant Field Values
-
REGEX
public static final transient String REGEX
- See Also:
- Constant Field Values
-
STORAGE_ID
public static final transient String STORAGE_ID
- See Also:
- Constant Field Values
-
USERNAME
public static final transient String USERNAME
- See Also:
- Constant Field Values
-
-