Package com.vidispine.generated
Class TrackSegmentType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.TrackSegmentType.PropInfo
-
- Enclosing class:
- TrackSegmentType
public static class TrackSegmentType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
EFFECT
static String
FILLER_LENGTH
static String
SUB_CLIP
static String
TRANSITION
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
EFFECT
public static final transient String EFFECT
- See Also:
- Constant Field Values
-
TRANSITION
public static final transient String TRANSITION
- See Also:
- Constant Field Values
-
FILLER_LENGTH
public static final transient String FILLER_LENGTH
- See Also:
- Constant Field Values
-
SUB_CLIP
public static final transient String SUB_CLIP
- See Also:
- Constant Field Values
-
-