Guest User

Untitled

a guest
Sep 14th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. Vedeo view and SurfaceView please help me =(
  2. Video = (CustomVideoView) findViewById(R.id.customVideoView1);
  3. cameraView = new CameraView(this, null);
  4. layout.addView(cameraView);
  5.  
  6. String sd = Environment.getExternalStorageDirectory().getAbsolutePath();
  7. String Path = sd + "/hapoom.mp4";
  8. mVideo.setVideoPath(Path);
  9. mVideo.start();
Add Comment
Please, Sign In to add comment