Package com.vidispine.generated
Class SegmentationJobType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.SegmentationJobType.PropInfo
-
- Enclosing class:
- SegmentationJobType
public static class SegmentationJobType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONTAINER_FORMAT
static String
INPUT
static String
PLAYLIST_OUTPUT
static String
SEGMENT_LENGTH
static String
SEGMENT_URI_POSTFIX
static String
SEGMENT_URI_PREFIX
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
INPUT
public static final transient String INPUT
- See Also:
- Constant Field Values
-
PLAYLIST_OUTPUT
public static final transient String PLAYLIST_OUTPUT
- See Also:
- Constant Field Values
-
SEGMENT_URI_PREFIX
public static final transient String SEGMENT_URI_PREFIX
- See Also:
- Constant Field Values
-
SEGMENT_URI_POSTFIX
public static final transient String SEGMENT_URI_POSTFIX
- See Also:
- Constant Field Values
-
CONTAINER_FORMAT
public static final transient String CONTAINER_FORMAT
- See Also:
- Constant Field Values
-
SEGMENT_LENGTH
public static final transient String SEGMENT_LENGTH
- See Also:
- Constant Field Values
-
-