public function video_ffmpeg_php::get_value in Video 7
Interface Implementations
Overrides video_ffmpeg::get_value
See also
sites/all/modules/video/includes/transcoder_interface#get_value()
File
- transcoders/
video_ffmpeg_php.inc, line 122
Class
Code
public function get_value() {
return $this->value;
}