You are here

public function video_phpvideotoolkit::get_value in Video 7

Interface Implementations

Overrides transcoder_interface::get_value

See also

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

File

transcoders/video_phpvideotoolkit.inc, line 398

Class

video_phpvideotoolkit

Code

public function get_value() {
  return $this->value;
}