public function flvtool2::__construct in Video 6.4
Same name and namespace in other branches
- 7 metadata/flvtool2.inc \flvtool2::__construct()
Overrides video_metadata::__construct
File
- metadata/
flvtool2.inc, line 17
Class
Code
public function __construct() {
$this->params['cmd_path'] = variable_get('video_metadata_path', $this->meta_command_path);
}