Differences Between: [Versions 310 and 403] [Versions 39 and 403]
Main class for plugin 'media_html5video'
Copyright: | 2016 Marina Glancy |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 158 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
media_html5video_plugin:: (5 methods):
embed()
get_supported_extensions()
list_supported_urls()
pick_video_size()
get_rank()
Class: media_html5video_plugin - X-Ref
Player that creates HTML5 <video> tag.embed($urls, $name, $width, $height, $options) X-Ref |
No description |
get_supported_extensions() X-Ref |
No description |
list_supported_urls(array $urls, array $options = array() X-Ref |
No description |
pick_video_size(&$width, &$height) X-Ref |
Utility function that sets width and height to defaults if not specified as a parameter to the function (will be specified either if, (a) the calling code passed it, or (b) the URL included it). param: int $width Width passed to function (updated with final value) param: int $height Height passed to function (updated with final value) |
get_rank() X-Ref |
Default rank return: int |