public function html5_ogv::get_help in Video 6.4
Interface Implementations
Overrides video_preset_interface::get_help
See also
sites/all/modules/video/includes/metadata_interface#get_help()
File
- video_preset/
html5_ogv.inc, line 27
Class
Code
public function get_help() {
return t('Creates files that natively play in Firefox using HTML5.', array());
}