Package com.vidispine.generated
Class NLEJobType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.NLEJobType.PropInfo
-
- Enclosing class:
- NLEJobType
public static class NLEJobType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
AUDIO_CLIP
static String
DAR
static String
FRAME_RATE
static String
HEIGHT
static String
OUTPUT
static String
OUTPUT_2
static String
PAUSE_FRAME
static String
SAMPLE_RATE
static String
SEQUENCE
static String
SUBTITLE_CLIP
static String
VIDEO_CLIP
static String
WIDTH
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
FRAME_RATE
public static final transient String FRAME_RATE
- See Also:
- Constant Field Values
-
WIDTH
public static final transient String WIDTH
- See Also:
- Constant Field Values
-
HEIGHT
public static final transient String HEIGHT
- See Also:
- Constant Field Values
-
DAR
public static final transient String DAR
- See Also:
- Constant Field Values
-
SAMPLE_RATE
public static final transient String SAMPLE_RATE
- See Also:
- Constant Field Values
-
PAUSE_FRAME
public static final transient String PAUSE_FRAME
- See Also:
- Constant Field Values
-
VIDEO_CLIP
public static final transient String VIDEO_CLIP
- See Also:
- Constant Field Values
-
AUDIO_CLIP
public static final transient String AUDIO_CLIP
- See Also:
- Constant Field Values
-
SUBTITLE_CLIP
public static final transient String SUBTITLE_CLIP
- See Also:
- Constant Field Values
-
SEQUENCE
public static final transient String SEQUENCE
- See Also:
- Constant Field Values
-
OUTPUT
public static final transient String OUTPUT
- See Also:
- Constant Field Values
-
OUTPUT_2
public static final transient String OUTPUT_2
- See Also:
- Constant Field Values
-
-