How to rotate the video in vlc for Android?
Posted: 01 Jun 2013 03:18
I've checked the libVLC.java, and I can not find a function that could rotate the playing video on the mSurface,
I've tried to rotate the parent control of the mSurface:
but after rotating the parent control, the playing video on the mSurface turn to be a black rectangle
I've tried to rotate the parent control of the mSurface:
Code: Select all
LinearLayout view= (LinearLayout)findViewById(R.id.videoPlayView);
view.setRotation(180);