constructor
Şöyle yaparız.
Şöyle yaparız.
seekTo metoud
Şöyle yaparız.
Şöyle yaparız.
Şöyle yaparız.
Şöyle yaparız.
Şöyle yaparız.
Şöyle yaparız.
VideoView videoView = (VideoView) findViewById(R.id.video_view);
getDuration metoudŞöyle yaparız.
long duration=videoView.getDuration();
Şöyle yaparız.
videoView.seekTo(int msec);
setMediaController metoduŞöyle yaparız.
videoView.setMediaController(new MediaController(this, true));
setVideoPath metoduŞöyle yaparız.
String uri = "http://.../content.mp4";
videoView.setVideoPath (uri);
setVideoURI metoduŞöyle yaparız.
Uri uri = Uri.parse("android.resource://" +
getPackageName() + "/" + R.raw.phsplash);
videoView.setVideoURI (uri);
start metoduŞöyle yaparız.
videoView.start();
Hiç yorum yok:
Yorum Gönder