You are here

public function html5_ogv::get_value in Video 6.4

Interface Implementations

Overrides video_preset_interface::get_value

See also

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

File

video_preset/html5_ogv.inc, line 35

Class

html5_ogv

Code

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