File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* @file
3
3
*
4
- * Implementation of {@link Player} adapter based on the HTML5 media element.
4
+ * Implementation of {@link Player} adapter based on an <code><audio></code>
5
+ * or <code><video></code> HTML element.
5
6
*
6
7
* @module mediaelement-player
7
8
*/
8
9
9
10
/**
10
11
* Checks whether the given HTMLMediaElement has either a src attribute
11
- * or any child <code><source></code> nodes
12
+ * or any child <code><source></code> nodes.
12
13
*/
13
14
14
15
function mediaElementHasSource ( mediaElement ) {
@@ -24,7 +25,7 @@ function mediaElementHasSource(mediaElement) {
24
25
}
25
26
26
27
/**
27
- * A wrapper for interfacing with the HTML5 media element API.
28
+ * A wrapper for interfacing with the HTMLMediaElement API.
28
29
* Initializes the player for a given media element.
29
30
*
30
31
* @class
You can’t perform that action at this time.
0 commit comments