Package com.vidispine.generated
Class PartialFileDemuxerInfoType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.PartialFileDemuxerInfoType.PropInfo
-
- Enclosing class:
- PartialFileDemuxerInfoType
public static class PartialFileDemuxerInfoType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ADJUST_FOR_PTS_PREDECESSORS
static String
BYTE_OFFSET
static String
DESCRIPTOR
static String
DESCRIPTOR_LOCATION
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
DESCRIPTOR
public static final transient String DESCRIPTOR
- See Also:
- Constant Field Values
-
DESCRIPTOR_LOCATION
public static final transient String DESCRIPTOR_LOCATION
- See Also:
- Constant Field Values
-
BYTE_OFFSET
public static final transient String BYTE_OFFSET
- See Also:
- Constant Field Values
-
ADJUST_FOR_PTS_PREDECESSORS
public static final transient String ADJUST_FOR_PTS_PREDECESSORS
- See Also:
- Constant Field Values
-
-