Android API 中文 (112) —— ThumbnailUtils

來源:互聯網
上載者:User

前言

  本章內容是android.media.ThumbnailUtils,版本為Android 3.0 r1!期待你一起參與Android API的翻譯,聯絡我over140@gmail.com。

 

聲明

  歡迎轉載,但請保留文章原始出處:)

    部落格園:http://www.cnblogs.com/

    Android中文翻譯組:http://goo.gl/6vJQl

 

本文

  一、結構

public class ThumbnailUtils extends Object

        

java.lang.Object

android.media.ThumbnailUtils

 

  二、概述

    為媒體產生常規縮圖。(Android123:該類為Android2.2新增類,可以協助我們從mediaprovider中擷取系統中的視頻或圖片檔案的縮圖)

 

  三、常量

  public static final int OPTIONS_RECYCLE_INPUT

  常量用於表示應該回收extractThumbnail(Bitmap, int, int, int)輸入源圖片(第一個參數),除非輸出圖片就是輸入圖片。

           常量值:2 (0x00000002)

 

  四、公用方法

  public static Bitmap createVideoThumbnail (String filePath, int kind)

  建立一張視頻的縮圖。如果視頻已損壞或者格式不支援可能返回null。

  參數

  filePath  視頻檔案路徑

  kind          可以為MINI_KIND 或MICRO_KIND

 

  public static Bitmap extractThumbnail (Bitmap source, int width, int height, int options)

  建立所需尺寸置中縮放的位元影像。

  參數

  source     原始位元影像源

  width       目標寬

  height     目標高

options  在縮圖抽取時提供的選項

 

  public static Bitmap extractThumbnail (Bitmap source, int width, int height)

  建立所需尺寸置中縮放的位元影像。

  參數

  source     原始位元影像源

  width       目標寬

  height     目標高

 

  五、補充

  文章連結

   ThumbnailUtils - Android2.2新增類 (Android123)

                  [推薦]Android縮圖類原始碼 (Android123)

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.