Package com.vidispine.generated
Class ComplexJobType.Connection.PropInfo
- java.lang.Object
-
- com.vidispine.generated.ComplexJobType.Connection.PropInfo
-
- Enclosing class:
- ComplexJobType.Connection
public static class ComplexJobType.Connection.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
AUDIO_CHANNEL_MAP_INPUT
static String
AUDIO_CHANNEL_SEQUENCE_INPUT
static String
AUDIO_MIX_INPUT
static String
AUDIO_OUTPUT
static String
INPUT
static String
PID
static String
SUBTITLE_OUTPUT
static String
VIDEO_OUTPUT
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
INPUT
public static final transient String INPUT
- See Also:
- Constant Field Values
-
AUDIO_CHANNEL_MAP_INPUT
public static final transient String AUDIO_CHANNEL_MAP_INPUT
- See Also:
- Constant Field Values
-
AUDIO_CHANNEL_SEQUENCE_INPUT
public static final transient String AUDIO_CHANNEL_SEQUENCE_INPUT
- See Also:
- Constant Field Values
-
AUDIO_MIX_INPUT
public static final transient String AUDIO_MIX_INPUT
- See Also:
- Constant Field Values
-
AUDIO_OUTPUT
public static final transient String AUDIO_OUTPUT
- See Also:
- Constant Field Values
-
VIDEO_OUTPUT
public static final transient String VIDEO_OUTPUT
- See Also:
- Constant Field Values
-
SUBTITLE_OUTPUT
public static final transient String SUBTITLE_OUTPUT
- See Also:
- Constant Field Values
-
PID
public static final transient String PID
- See Also:
- Constant Field Values
-
-