public function html5_webm::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_webm.inc, line 28
Class
Code
public function get_help() {
return t('Creates files that natively play in Google Chrome using HTML5.', array());
}