You are here

public function video_transcoder::__construct in Video 7

Same name and namespace in other branches
  1. 6.4 includes/transcoder.inc \video_transcoder::__construct()

File

includes/transcoder.inc, line 16

Class

video_transcoder

Code

public function __construct($transcoder = null) {
  $this->transcoder = $this
    ->get_instance($transcoder);
}