共用方式為


MediaMetadataRetriever.GetFramesAtIndex 方法

定義

多載

GetFramesAtIndex(Int32, Int32)

這個方法類似於 #getFramesAtIndex(int, int, BitmapParams) ,不同之處在於會使用的 BitmapParams 預設值。

GetFramesAtIndex(Int32, Int32, MediaMetadataRetriever+BitmapParams)

這個方法類似於 #getFramesAtIndex(int, int, BitmapParams) ,不同之處在於會使用的 BitmapParams 預設值。

GetFramesAtIndex(Int32, Int32)

這個方法類似於 #getFramesAtIndex(int, int, BitmapParams) ,不同之處在於會使用的 BitmapParams 預設值。

[Android.Runtime.Register("getFramesAtIndex", "(II)Ljava/util/List;", "GetGetFramesAtIndex_IIHandler", ApiSince=28)]
public virtual System.Collections.Generic.IList<Android.Graphics.Bitmap> GetFramesAtIndex (int frameIndex, int numFrames);
[<Android.Runtime.Register("getFramesAtIndex", "(II)Ljava/util/List;", "GetGetFramesAtIndex_IIHandler", ApiSince=28)>]
abstract member GetFramesAtIndex : int * int -> System.Collections.Generic.IList<Android.Graphics.Bitmap>
override this.GetFramesAtIndex : int * int -> System.Collections.Generic.IList<Android.Graphics.Bitmap>

參數

frameIndex
Int32

要擷取之第一個視訊畫面的0型索引。 框架索引必須是有效框架的索引。 您可以透過 #METADATA_KEY_VIDEO_FRAME_COUNT 索引鍵查詢可供擷取的畫面總數。

numFrames
Int32

要擷取的連續視訊畫面數目。 必須是正值。 數據流必須至少包含從 frameIndex 開始的 numFrames 畫面。

傳回

包含所要求視訊畫面的點陣圖清單。 如果擷取失敗,傳回的陣列可能會包含比要求少的畫面格。

屬性

備註

這個方法類似於 #getFramesAtIndex(int, int, BitmapParams) ,不同之處在於會使用的 BitmapParams 預設值。

android.media.MediaMetadataRetriever.getFramesAtIndex(int, int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

GetFramesAtIndex(Int32, Int32, MediaMetadataRetriever+BitmapParams)

這個方法類似於 #getFramesAtIndex(int, int, BitmapParams) ,不同之處在於會使用的 BitmapParams 預設值。

[Android.Runtime.Register("getFramesAtIndex", "(IILandroid/media/MediaMetadataRetriever$BitmapParams;)Ljava/util/List;", "GetGetFramesAtIndex_IILandroid_media_MediaMetadataRetriever_BitmapParams_Handler", ApiSince=28)]
public virtual System.Collections.Generic.IList<Android.Graphics.Bitmap> GetFramesAtIndex (int frameIndex, int numFrames, Android.Media.MediaMetadataRetriever.BitmapParams params);
[<Android.Runtime.Register("getFramesAtIndex", "(IILandroid/media/MediaMetadataRetriever$BitmapParams;)Ljava/util/List;", "GetGetFramesAtIndex_IILandroid_media_MediaMetadataRetriever_BitmapParams_Handler", ApiSince=28)>]
abstract member GetFramesAtIndex : int * int * Android.Media.MediaMetadataRetriever.BitmapParams -> System.Collections.Generic.IList<Android.Graphics.Bitmap>
override this.GetFramesAtIndex : int * int * Android.Media.MediaMetadataRetriever.BitmapParams -> System.Collections.Generic.IList<Android.Graphics.Bitmap>

參數

frameIndex
Int32

要擷取之第一個視訊畫面的0型索引。 框架索引必須是有效框架的索引。 您可以透過 #METADATA_KEY_VIDEO_FRAME_COUNT 索引鍵查詢可供擷取的畫面總數。

numFrames
Int32

要擷取的連續視訊畫面數目。 必須是正值。 數據流必須至少包含從 frameIndex 開始的 numFrames 畫面。

傳回

包含所要求視訊畫面的點陣圖清單。 如果擷取失敗,傳回的陣列可能會包含比要求少的畫面格。

屬性

備註

android.media.MediaMetadataRetriever.getFramesAtIndex(int, int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於