You are here

public function video_ffmpeg_php::get_name in Video 7

Interface Implementations

Overrides video_ffmpeg::get_name

See also

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

File

transcoders/video_ffmpeg_php.inc, line 114

Class

video_ffmpeg_php

Code

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