Package com.vidispine.generated
Class TranscoderType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.TranscoderType.PropInfo
-
- Enclosing class:
- TranscoderType
public static class TranscoderType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONFIGURATION
static String
DIRECT_ACCESS
static String
JOB
static String
MAX_JOB
static String
REVERSE_ADDRESS
static String
REVERSE_ADDRESS_DETECTED
static String
STATE
static String
TRANSCODER
static String
TYPE
static String
URL
static String
VERSION
static String
WEIGHT
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
TYPE
public static final transient String TYPE
- See Also:
- Constant Field Values
-
URL
public static final transient String URL
- See Also:
- Constant Field Values
-
VERSION
public static final transient String VERSION
- See Also:
- Constant Field Values
-
REVERSE_ADDRESS
public static final transient String REVERSE_ADDRESS
- See Also:
- Constant Field Values
-
REVERSE_ADDRESS_DETECTED
public static final transient String REVERSE_ADDRESS_DETECTED
- See Also:
- Constant Field Values
-
DIRECT_ACCESS
public static final transient String DIRECT_ACCESS
- See Also:
- Constant Field Values
-
STATE
public static final transient String STATE
- See Also:
- Constant Field Values
-
JOB
public static final transient String JOB
- See Also:
- Constant Field Values
-
CONFIGURATION
public static final transient String CONFIGURATION
- See Also:
- Constant Field Values
-
TRANSCODER
public static final transient String TRANSCODER
- See Also:
- Constant Field Values
-
WEIGHT
public static final transient String WEIGHT
- See Also:
- Constant Field Values
-
MAX_JOB
public static final transient String MAX_JOB
- See Also:
- Constant Field Values
-
-