You are here

public function flvtool2::get_value in Video 7

Same name and namespace in other branches
  1. 6.4 metadata/flvtool2.inc \flvtool2::get_value()

Interface Implementations

See also

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

File

metadata/flvtool2.inc, line 42

Class

flvtool2

Code

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