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
Code
public function get_name() {
return $this->name;
}