view johndyer-mediaelement-13fa20a/src/js/mep-feature-visualcontrols.js @ 16:e9d111c4c54c

Changed name of audio files Included conversion table to retrieve categories
author Daniele Barchiesi <daniele.barchiesi@eecs.qmul.ac.uk>
date Tue, 19 Mar 2013 10:24:18 +0000
parents 032bc65ebafc
children
line wrap: on
line source
(function($) {

	MediaElementPlayer.prototype.buildvisualcontrols = function(player, controls, layers, media) {
		if (!player.isVideo)
			return;

		// add visual controls (HSV)
	}

})(mejs.$);