有没有办法通过Javascript API在JWPlayer中获取当前(@当前位置)字幕或至少索引?
谢谢
例如,在下面的图像中,我想要在屏幕上触发文本/字幕。
发布于 2015-01-30 00:12:56
当然:
jwplayer().getCurrentCaptions();
这是on - http://support.jwplayer.com/customer/portal/articles/1413089-javascript-api-reference
https://stackoverflow.com/questions/28216566
复制相似问题