public function iphone_mov::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/
iphone_mov.inc, line 27
Class
Code
public function get_help() {
return t('Creates files that natively play on the iPhone using HTML5.', array());
}