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 String
CTX_FORCE_INFORMATIONS_GENERATION
static String
DURATION_PROPERTY
static String
HAS_STORYBOARD_FACET
static String
HAS_VIDEO_PREVIEW_FACET
static String
INFO_PROPERTY
static String
STORYBOARD_PROPERTY
static String
TRANSCODED_VIDEOS_PROPERTY
static String
VIDEO_FACET
static String
VIDEO_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
-
-