how to customize jwplayer in android

我只是一个虾纸丫 提交于 2020-08-10 19:01:12

问题


  • I'm using jw player but the default player has only seek backward button on player.

  • whereas i need seek forward button also. I know how to seek. But how to put the ui button on player I'm not getting.

  • I need to change the UI of Jwpalyer for Android. So, any suggestions

This is all my UI now

<com.longtailvideo.jwplayer.JWPlayerView  
     xmlns:jwp="http://schemas.android.com/apk/lib/com.longtailvideo.jwplayer"
     android:id="@+id/jwplayer"
     android:layout_width="match_parent"
     android:layout_height="250dp" />

来源:https://stackoverflow.com/questions/61743763/how-to-customize-jwplayer-in-android

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!