Class VideoChangedListener

java.lang.Object
org.nuxeo.ecm.platform.video.listener.VideoChangedListener
All Implemented Interfaces:
EventListener

public class VideoChangedListener extends Object implements EventListener
Light synchronous listener that schedules an asynchronous work to process the video info of a document.

This VideoInfoWork will in turn schedule two asynchronous works to process the video storyboard and conversions.

Since:
5.5
  • Field Details

    • DISABLE_VIDEO_CONVERSIONS_GENERATION_LISTENER

      public static final String DISABLE_VIDEO_CONVERSIONS_GENERATION_LISTENER
      Since:
      11.1
      See Also:
  • Constructor Details

    • VideoChangedListener

      public VideoChangedListener()
  • Method Details