You are here

public function flvtool2::__construct in Video 6.4

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

Overrides video_metadata::__construct

File

metadata/flvtool2.inc, line 17

Class

flvtool2

Code

public function __construct() {
  $this->params['cmd_path'] = variable_get('video_metadata_path', $this->meta_command_path);
}