티스토리 뷰
728x90
반응형
File dir = Environment.getExternalStorageDirectory();
String path = dir.getAbsolutePath() + "/Download/SampleVideo_1280x720_50mb.mp4";
ImageView iv = (ImageView)findViewById(R.id.thumb);
Bitmap b = ThumbnailUtils.createVideoThumbnail(path, MediaStore.Images.Thumbnails.MICRO_KIND);
반응형
'모바일 프로그래밍' 카테고리의 다른 글
ObjectiveC #import (0) | 2017.04.04 |
---|---|
ObjectiveC NULL과 nil 차이 (0) | 2017.04.04 |
Android 4.1에서 RenderScript 변경점 (0) | 2017.02.07 |
Android RenderScript 내장함수 위치 (0) | 2017.02.07 |
Android RenderScript 세피아 필터 (0) | 2017.02.07 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday