public function hq_flash::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/
hq_flash.inc, line 28
Class
Code
public function get_help() {
return t('Creates files that play in any Flash player, including older versions.', array());
}