public function html5_mp4::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_mp4.inc, line 27
Class
Code
public function get_help() {
return t('Creates files that natively play in Internet Explorer 9+ and Google Chrome using HTML5 and in any other browser using Flash.', array());
}