GiraffePlayer2 icon indicating copy to clipboard operation
GiraffePlayer2 copied to clipboard

regarding the player controls

Open dolphylimitinf opened this issue 7 years ago • 0 comments

Hi, I am using the below code and I want to hide the controls like setting button and other gesture controls. For XML I used - <tcking.github.com.giraffeplayer2.VideoView android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/gp_video_view" android:soundEffectsEnabled="true" android:keepScreenOn="true" /> gp_video_view = (VideoView)findViewById(R.id.gp_video_view);

    gp_video_view.setVideoPath("http://techslides.com/demos/sample-videos/small.mp4");

    gp_video_view.getPlayer().setPlayerListener(new PlayerListener() {
   
    overridden methods }

How do I hide the seek bar and other controls?

dolphylimitinf avatar Jul 20 '18 07:07 dolphylimitinf