You are here

public function Transcoder::getTranscoder in Video 7.2

Returns the current transcoder implementation.

Return value

TranscoderFactoryInterface

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;
}