Package org.nuxeo.ecm.platform.video
Class VideoConstants
- java.lang.Object
-
- org.nuxeo.ecm.platform.video.VideoConstants
-
public class VideoConstants extends Object
Video constants.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCTX_FORCE_INFORMATIONS_GENERATIONstatic StringDURATION_PROPERTYstatic StringHAS_STORYBOARD_FACETstatic StringHAS_VIDEO_PREVIEW_FACETstatic StringINFO_PROPERTYstatic StringSTORYBOARD_PROPERTYstatic StringTRANSCODED_VIDEOS_PROPERTYstatic StringVIDEO_FACETstatic StringVIDEO_TYPE
-
-
-
Field Detail
-
VIDEO_TYPE
public static final String VIDEO_TYPE
- See Also:
- Constant Field Values
-
VIDEO_FACET
public static final String VIDEO_FACET
- See Also:
- Constant Field Values
-
STORYBOARD_PROPERTY
public static final String STORYBOARD_PROPERTY
- See Also:
- Constant Field Values
-
INFO_PROPERTY
public static final String INFO_PROPERTY
- See Also:
- Constant Field Values
-
DURATION_PROPERTY
public static final String DURATION_PROPERTY
- See Also:
- Constant Field Values
-
TRANSCODED_VIDEOS_PROPERTY
public static final String TRANSCODED_VIDEOS_PROPERTY
- See Also:
- Constant Field Values
-
HAS_STORYBOARD_FACET
public static final String HAS_STORYBOARD_FACET
- See Also:
- Constant Field Values
-
HAS_VIDEO_PREVIEW_FACET
public static final String HAS_VIDEO_PREVIEW_FACET
- See Also:
- Constant Field Values
-
CTX_FORCE_INFORMATIONS_GENERATION
public static final String CTX_FORCE_INFORMATIONS_GENERATION
- Since:
- 7.10
- See Also:
- Constant Field Values
-
-