diff johndyer-mediaelement-13fa20a/src/js/mep-feature-speed.js @ 0:032bc65ebafc

added core components
author George Fazekas <gyorgy.fazekas@eecs.qmul.ac.uk>
date Wed, 06 Mar 2013 15:45:48 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/johndyer-mediaelement-13fa20a/src/js/mep-feature-speed.js	Wed Mar 06 15:45:48 2013 +0000
@@ -0,0 +1,11 @@
+(function($) {
+
+	MediaElementPlayer.prototype.buildspeed = function(player, controls, layers, media) {
+		if (!player.isVideo)
+			return;
+
+		// add speed controls
+	}
+
+
+})(mejs.$);
\ No newline at end of file