You are here

public function Transcoder::__construct in Video 7.2

File

includes/Transcoder.inc, line 13
Class file used to wrap the transcoder helper functions.

Class

Transcoder
@file Class file used to wrap the transcoder helper functions.

Code

public function __construct() {
  $transcoder = variable_get('video_convertor', 'TranscoderAbstractionFactoryFfmpeg');
  $this->transcoder = self::createTranscoder($transcoder);
}