mirror of
https://github.com/videojs/video.js.git
synced 2025-07-05 00:58:52 +02:00
@BrandonOCasey added audio and video track support. closes #3173
This commit is contained in:
committed by
Pat O'Neill
parent
18cdf08c0e
commit
2e2dbde4b4
@ -59,7 +59,9 @@ test('should be able to access expected player API methods', function() {
|
||||
ok(player.usingNativeControls, 'usingNativeControls exists');
|
||||
ok(player.isFullscreen, 'isFullscreen exists');
|
||||
|
||||
// TextTrack methods
|
||||
// Track methods
|
||||
ok(player.audioTracks, 'audioTracks exists');
|
||||
ok(player.videoTracks, 'videoTracks exists');
|
||||
ok(player.textTracks, 'textTracks exists');
|
||||
ok(player.remoteTextTrackEls, 'remoteTextTrackEls exists');
|
||||
ok(player.remoteTextTracks, 'remoteTextTracks exists');
|
||||
|
Reference in New Issue
Block a user