function video_ctools_plugin_transcoder in Video 6.5
Implementation of hook_ctools_plugin_type().
File
- ./
video.module, line 709 - Main file of the Video module.
Code
function video_ctools_plugin_transcoder() {
return array(
'cache' => FALSE,
'use hooks' => FALSE,
'process' => '_video_process_plugin',
);
}