public function video_ffmpeg::get_value in Video 6.4
Same name and namespace in other branches
- 7 transcoders/video_ffmpeg.inc \video_ffmpeg::get_value()
Interface Implementations
Overrides transcoder_interface::get_value
See also
sites/all/modules/video/includes/transcoder_interface#get_value()
File
- transcoders/
video_ffmpeg.inc, line 332
Class
Code
public function get_value() {
return $this->value;
}