mediamosa_transcode_help($path, $arg)Implements hook_help().
sites/all/modules/mediamosa/modules/transcode/mediamosa_transcode.module, line 36
<?php
function mediamosa_transcode_help($path, $arg) {
switch ($path) {
case 'admin/mediamosa/config/transcode_profile':
return '<p>' . t('Transcoding profiles are used by the transcoding software of MediaMosa. When a user transcodes a mediafile, the given profile parameters are used to convert the file. These profiles are available to all applications, and only 1 of them is the default.') . '</p>';
}
}
?>