You are here

public function video_zencoder::get_value in Video 6.4

Same name and namespace in other branches
  1. 6.5 plugins/video_zencoder/transcoders/video_zencoder.inc \video_zencoder::get_value()
  2. 7 modules/video_zencoder/transcoders/video_zencoder.inc \video_zencoder::get_value()

Interface Implementations

Overrides transcoder_interface::get_value

See also

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

File

plugins/video_zencoder/transcoders/video_zencoder.inc, line 136

Class

video_zencoder

Code

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