Package com.vidispine.generated
Class VideoTranscodePresetType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.VideoTranscodePresetType.PropInfo
-
- Enclosing class:
- VideoTranscodePresetType
public static class VideoTranscodePresetType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ADD_PARAMETER_SETS
static String
BITRATE
static String
BURN_SUBTITLES
static String
BURN_TIMECODE
static String
CODEC
static String
CONTAINER_SAR
static String
DISPLAY_HEIGHT
static String
DISPLAY_WIDTH
static String
DISPLAY_X_OFFSET
static String
DISPLAY_Y_OFFSET
static String
FORCE_CFR
static String
FRAMERATE
static String
GOP_SIZE
static String
IMAGE_QUALITY
static String
MAX_B_FRAMES
static String
NO_VIDEO
static String
OTIF
static String
PARAMETER_SETS
static String
PIXEL_FORMAT
static String
PRESET
static String
PROFILE
static String
RESOLUTION
static String
SCALING
static String
SETTING
static String
STRIP_PARAMETER_SETS
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
SCALING
public static final transient String SCALING
- See Also:
- Constant Field Values
-
CODEC
public static final transient String CODEC
- See Also:
- Constant Field Values
-
BITRATE
public static final transient String BITRATE
- See Also:
- Constant Field Values
-
FRAMERATE
public static final transient String FRAMERATE
- See Also:
- Constant Field Values
-
RESOLUTION
public static final transient String RESOLUTION
- See Also:
- Constant Field Values
-
DISPLAY_WIDTH
public static final transient String DISPLAY_WIDTH
- See Also:
- Constant Field Values
-
DISPLAY_HEIGHT
public static final transient String DISPLAY_HEIGHT
- See Also:
- Constant Field Values
-
DISPLAY_X_OFFSET
public static final transient String DISPLAY_X_OFFSET
- See Also:
- Constant Field Values
-
DISPLAY_Y_OFFSET
public static final transient String DISPLAY_Y_OFFSET
- See Also:
- Constant Field Values
-
CONTAINER_SAR
public static final transient String CONTAINER_SAR
- See Also:
- Constant Field Values
-
FORCE_CFR
public static final transient String FORCE_CFR
- See Also:
- Constant Field Values
-
GOP_SIZE
public static final transient String GOP_SIZE
- See Also:
- Constant Field Values
-
MAX_B_FRAMES
public static final transient String MAX_B_FRAMES
- See Also:
- Constant Field Values
-
PIXEL_FORMAT
public static final transient String PIXEL_FORMAT
- See Also:
- Constant Field Values
-
PRESET
public static final transient String PRESET
- See Also:
- Constant Field Values
-
PROFILE
public static final transient String PROFILE
- See Also:
- Constant Field Values
-
NO_VIDEO
public static final transient String NO_VIDEO
- See Also:
- Constant Field Values
-
STRIP_PARAMETER_SETS
public static final transient String STRIP_PARAMETER_SETS
- See Also:
- Constant Field Values
-
ADD_PARAMETER_SETS
public static final transient String ADD_PARAMETER_SETS
- See Also:
- Constant Field Values
-
PARAMETER_SETS
public static final transient String PARAMETER_SETS
- See Also:
- Constant Field Values
-
SETTING
public static final transient String SETTING
- See Also:
- Constant Field Values
-
BURN_TIMECODE
public static final transient String BURN_TIMECODE
- See Also:
- Constant Field Values
-
BURN_SUBTITLES
public static final transient String BURN_SUBTITLES
- See Also:
- Constant Field Values
-
IMAGE_QUALITY
public static final transient String IMAGE_QUALITY
- See Also:
- Constant Field Values
-
OTIF
public static final transient String OTIF
- See Also:
- Constant Field Values
-
-