You are here

constant VIDEO_RENDERING_COMPLETE in Video 7.2

Same name and namespace in other branches
  1. 5 plugins/video_ffmpeg_helper/video_ffmpeg_helper.module \VIDEO_RENDERING_COMPLETE
  2. 5 plugins/video_ffmpeg_helper/video_scheduler.php \VIDEO_RENDERING_COMPLETE
  3. 5 plugins/video_ffmpeg_helper/video_render.php \VIDEO_RENDERING_COMPLETE
  4. 6.5 video.module \VIDEO_RENDERING_COMPLETE
  5. 6 plugins/video_ffmpeg_helper/video_ffmpeg_helper.module \VIDEO_RENDERING_COMPLETE
  6. 6 plugins/video_ffmpeg_helper/video_scheduler.php \VIDEO_RENDERING_COMPLETE
  7. 6 plugins/video_ffmpeg_helper/video_render.php \VIDEO_RENDERING_COMPLETE
  8. 6.2 plugins/video_ffmpeg_helper/video_ffmpeg_helper.module \VIDEO_RENDERING_COMPLETE
  9. 6.2 plugins/video_ffmpeg_helper/video_scheduler.php \VIDEO_RENDERING_COMPLETE
  10. 6.2 plugins/video_ffmpeg_helper/video_render.php \VIDEO_RENDERING_COMPLETE
  11. 6.3 types/uploadfield/uploadfield_convert.inc \VIDEO_RENDERING_COMPLETE
7 uses of VIDEO_RENDERING_COMPLETE
TranscoderAbstractionFactoryZencoder::extractFrames in transcoders/TranscoderAbstractionFactoryZencoder.inc
For new videos, this function is never called, because all thumbnails are extracted and saved to the databases during the post back handler in TranscoderAbstractionFactoryZencoder::processPostback().
TranscoderAbstractionFactoryZencoderTestCase::testProcessPostback in tests/TranscoderAbstractionFactoryZencoder.test
Test of TranscoderAbstractionFactoryZencoder::processPostback()
VideoFieldTestCase::testSaveVideoFieldItem in tests/VideoField.test
Tests basic behavior for saving a new video and adding it to a node.
video_field_load in ./video.field.inc
Implements hook_field_load().
video_field_widget_process in ./video.field.inc
An element #process callback for the video field type.

... See full list

File

./video.module, line 10
All module hooks implementation can be found in this file.

Code

define('VIDEO_RENDERING_COMPLETE', 10);