public function Transcoder::hasTranscoder in Video 7.2
1 call to Transcoder::hasTranscoder()
- Transcoder::runQueue in includes/
Transcoder.inc - Processes up to 'video_ffmpeg_instances' jobs in the current thread.
File
- includes/
Transcoder.inc, line 18 - Class file used to wrap the transcoder helper functions.
Class
- Transcoder
- @file Class file used to wrap the transcoder helper functions.
Code
public function hasTranscoder() {
return $this->transcoder != NULL;
}