摘要: private Bitmap createVideoThumbnail(String filePath) { Bitmap bitmap = null; MediaMetadataRetriever retriever = new MediaMetadataRetriever(); try { retriever.setMode(MediaMetadataRetriever.MODE_CA... 阅读全文
posted @ 2011-08-04 15:39 健康小树 阅读(2304) 评论(1) 推荐(0)
摘要: /* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may... 阅读全文
posted @ 2011-08-04 15:38 健康小树 阅读(3954) 评论(0) 推荐(0)
摘要: 大家都知道Android从1.5开始刚插入SD卡时系统会调用MediaScanner服务进行后台扫描,索引新的歌曲、图片和视频等信息,如果我们需要快速提取图片和视频缩略图可以直接访问 android.provider.MediaStore.Images.Thumbnails 和android.provider.MediaStore.Video.Thumbnails这两个数据库,即可查询出来缩略图 ... 阅读全文
posted @ 2011-08-04 15:33 健康小树 阅读(4371) 评论(0) 推荐(0)