Package com.vidispine.generated
Class ContainerComponentType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.ContainerComponentType.PropInfo
-
- Enclosing class:
- ContainerComponentType
public static class ContainerComponentType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
DROP_FRAME
static String
DURATION
static String
FIRST_SMPTE_TIMECODE
static String
FORMAT
static String
MEDIA_INFO
static String
ROUNDED_TIME_BASE
static String
START_TIMECODE
static String
START_TIMESTAMP
static String
SUB_FORMAT
static String
TIME_CODE_TIME_BASE
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
DURATION
public static final transient String DURATION
- See Also:
- Constant Field Values
-
FORMAT
public static final transient String FORMAT
- See Also:
- Constant Field Values
-
SUB_FORMAT
public static final transient String SUB_FORMAT
- See Also:
- Constant Field Values
-
FIRST_SMPTE_TIMECODE
public static final transient String FIRST_SMPTE_TIMECODE
- See Also:
- Constant Field Values
-
START_TIMECODE
public static final transient String START_TIMECODE
- See Also:
- Constant Field Values
-
START_TIMESTAMP
public static final transient String START_TIMESTAMP
- See Also:
- Constant Field Values
-
ROUNDED_TIME_BASE
public static final transient String ROUNDED_TIME_BASE
- See Also:
- Constant Field Values
-
DROP_FRAME
public static final transient String DROP_FRAME
- See Also:
- Constant Field Values
-
TIME_CODE_TIME_BASE
public static final transient String TIME_CODE_TIME_BASE
- See Also:
- Constant Field Values
-
MEDIA_INFO
public static final transient String MEDIA_INFO
- See Also:
- Constant Field Values
-
-