You are here

public function video_phpvideotoolkit::get_name in Video 7

Interface Implementations

Overrides transcoder_interface::get_name

See also

sites/all/modules/video/includes/transcoder_interface#get_name()

File

transcoders/video_phpvideotoolkit.inc, line 390

Class

video_phpvideotoolkit

Code

public function get_name() {
  return $this->name;
}