Package com.vidispine.generated
Class VideoComponentType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.VideoComponentType.PropInfo
-
- Enclosing class:
- VideoComponentType
public static class VideoComponentType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
AVERAGE_FRAME_RATE
static String
BIT_DEPTH
static String
BITS_PER_PIXEL
static String
CODEC_TIME_BASE
static String
COLOR_PRIMARIES
static String
COLR_MATRIX
static String
COLR_PRIMARIES
static String
COLR_TRANSFER_FUNCTION
static String
CONTAINER_SAR
static String
DISPLAY_HEIGHT
static String
DISPLAY_WIDTH
static String
DISPLAY_X_OFFSET
static String
DISPLAY_Y_OFFSET
static String
DROP_FRAME
static String
FIELD_ORDER
static String
MAX_B_FRAMES
static String
MAX_PACKET_SIZE
static String
MEDIA_INFO
static String
PIXEL_ASPECT_RATIO
static String
PIXEL_FORMAT
static String
REAL_BASE_FRAME_RATE
static String
RESOLUTION
static String
START_TIMECODE
static String
TICKS_PER_FRAME
static String
VIDEO_STANDARD
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
VIDEO_STANDARD
public static final transient String VIDEO_STANDARD
- See Also:
- Constant Field Values
-
RESOLUTION
public static final transient String RESOLUTION
- See Also:
- Constant Field Values
-
PIXEL_FORMAT
public static final transient String PIXEL_FORMAT
- See Also:
- Constant Field Values
-
MAX_B_FRAMES
public static final transient String MAX_B_FRAMES
- See Also:
- Constant Field Values
-
PIXEL_ASPECT_RATIO
public static final transient String PIXEL_ASPECT_RATIO
- See Also:
- Constant Field Values
-
FIELD_ORDER
public static final transient String FIELD_ORDER
- See Also:
- Constant Field Values
-
CODEC_TIME_BASE
public static final transient String CODEC_TIME_BASE
- See Also:
- Constant Field Values
-
AVERAGE_FRAME_RATE
public static final transient String AVERAGE_FRAME_RATE
- See Also:
- Constant Field Values
-
REAL_BASE_FRAME_RATE
public static final transient String REAL_BASE_FRAME_RATE
- 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
-
COLR_PRIMARIES
public static final transient String COLR_PRIMARIES
- See Also:
- Constant Field Values
-
COLR_TRANSFER_FUNCTION
public static final transient String COLR_TRANSFER_FUNCTION
- See Also:
- Constant Field Values
-
COLR_MATRIX
public static final transient String COLR_MATRIX
- See Also:
- Constant Field Values
-
MAX_PACKET_SIZE
public static final transient String MAX_PACKET_SIZE
- See Also:
- Constant Field Values
-
START_TIMECODE
public static final transient String START_TIMECODE
- See Also:
- Constant Field Values
-
DROP_FRAME
public static final transient String DROP_FRAME
- See Also:
- Constant Field Values
-
TICKS_PER_FRAME
public static final transient String TICKS_PER_FRAME
- See Also:
- Constant Field Values
-
BIT_DEPTH
public static final transient String BIT_DEPTH
- See Also:
- Constant Field Values
-
BITS_PER_PIXEL
public static final transient String BITS_PER_PIXEL
- See Also:
- Constant Field Values
-
COLOR_PRIMARIES
public static final transient String COLOR_PRIMARIES
- See Also:
- Constant Field Values
-
MEDIA_INFO
public static final transient String MEDIA_INFO
- See Also:
- Constant Field Values
-
-