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