You are here

constant VIDEO_RENDERING_ACTIVE in Video 6.2

Same name in this branch
  1. 6.2 plugins/video_ffmpeg_helper/video_ffmpeg_helper.module \VIDEO_RENDERING_ACTIVE
  2. 6.2 plugins/video_ffmpeg_helper/video_scheduler.php \VIDEO_RENDERING_ACTIVE
  3. 6.2 plugins/video_ffmpeg_helper/video_render.php \VIDEO_RENDERING_ACTIVE
Same name and namespace in other branches
  1. 5 plugins/video_ffmpeg_helper/video_ffmpeg_helper.module \VIDEO_RENDERING_ACTIVE
  2. 5 plugins/video_ffmpeg_helper/video_scheduler.php \VIDEO_RENDERING_ACTIVE
  3. 5 plugins/video_ffmpeg_helper/video_render.php \VIDEO_RENDERING_ACTIVE
  4. 6.5 video.module \VIDEO_RENDERING_ACTIVE
  5. 6 plugins/video_ffmpeg_helper/video_ffmpeg_helper.module \VIDEO_RENDERING_ACTIVE
  6. 6 plugins/video_ffmpeg_helper/video_scheduler.php \VIDEO_RENDERING_ACTIVE
  7. 6 plugins/video_ffmpeg_helper/video_render.php \VIDEO_RENDERING_ACTIVE
  8. 6.3 types/uploadfield/uploadfield_convert.inc \VIDEO_RENDERING_ACTIVE
  9. 7.2 video.module \VIDEO_RENDERING_ACTIVE
2 uses of VIDEO_RENDERING_ACTIVE
video_render_main in plugins/video_ffmpeg_helper/video_render.php
_video_ffmpeg_helper_is_being_processed in plugins/video_ffmpeg_helper/video_ffmpeg_helper.module
Returns true if the video is being encoded or queeded

File

plugins/video_ffmpeg_helper/video_ffmpeg_helper.module, line 16
Provide some api for use ffmpeg. Simplify video nodes creation.

Code

define('VIDEO_RENDERING_ACTIVE', 5);