You are here

public function video_localcommand::get_name in Video 6.5

Overrides video_plugin::get_name

File

transcoders/video_localcommand.inc, line 332

Class

video_localcommand

Code

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