Package com.vidispine.generated
Class CarbonPreset.PropInfo
- java.lang.Object
-
- com.vidispine.generated.CarbonPreset.PropInfo
-
- Enclosing class:
- CarbonPreset
public static class CarbonPreset.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
AUDIO_CODEC
static String
CONTAINER_FORMAT
static String
DESCRIPTION
static String
DISPLAY_ASPECT_RATIO
static String
GUID
static String
NAME
static String
VIDEO_CODEC
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
NAME
public static final transient String NAME
- See Also:
- Constant Field Values
-
DESCRIPTION
public static final transient String DESCRIPTION
- See Also:
- Constant Field Values
-
CONTAINER_FORMAT
public static final transient String CONTAINER_FORMAT
- See Also:
- Constant Field Values
-
VIDEO_CODEC
public static final transient String VIDEO_CODEC
- See Also:
- Constant Field Values
-
AUDIO_CODEC
public static final transient String AUDIO_CODEC
- See Also:
- Constant Field Values
-
DISPLAY_ASPECT_RATIO
public static final transient String DISPLAY_ASPECT_RATIO
- See Also:
- Constant Field Values
-
GUID
public static final transient String GUID
- See Also:
- Constant Field Values
-
-