You are here

public function video_ffmpeg::get_name in Video 7

Same name and namespace in other branches
  1. 6.4 transcoders/video_ffmpeg.inc \video_ffmpeg::get_name()

Interface Implementations

Overrides transcoder_interface::get_name

See also

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

1 method overrides video_ffmpeg::get_name()
video_ffmpeg_php::get_name in transcoders/video_ffmpeg_php.inc
Interface Implementations

File

transcoders/video_ffmpeg.inc, line 270

Class

video_ffmpeg

Code

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