public function Transcoder::getTranscoder in Video 7.2
Returns the current transcoder implementation.
Return value
File
- includes/
Transcoder.inc, line 28 - Class file used to wrap the transcoder helper functions.
Class
- Transcoder
- @file Class file used to wrap the transcoder helper functions.
Code
public function getTranscoder() {
return $this->transcoder;
}