MediaMetadataRetriever.GetFramesAtIndex Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
GetFramesAtIndex(Int32, Int32) |
Questo metodo è simile a |
GetFramesAtIndex(Int32, Int32, MediaMetadataRetriever+BitmapParams) |
Questo metodo è simile a |
GetFramesAtIndex(Int32, Int32)
Questo metodo è simile a #getFramesAtIndex(int, int, BitmapParams)
, ad eccezione del fatto che verrà usato il valore predefinito per 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>
Parametri
- frameIndex
- Int32
Indice in base 0 del primo fotogramma video da recuperare. L'indice del frame deve essere quello di un frame valido. Il numero totale di fotogrammi disponibili per il recupero può essere sottoposto a query tramite la #METADATA_KEY_VIDEO_FRAME_COUNT
chiave.
- numFrames
- Int32
numero di fotogrammi video consecutivi da recuperare. Deve essere un valore positivo. Il flusso deve contenere almeno numFrames frame a partire da frameIndex.
Restituisce
Elenco di bitmap contenenti i fotogrammi video richiesti. La matrice restituita può contenere meno frame rispetto a quanto richiesto se il recupero non riesce.
- Attributi
Commenti
Questo metodo è simile a #getFramesAtIndex(int, int, BitmapParams)
, ad eccezione del fatto che verrà usato il valore predefinito per BitmapParams
.
Documentazione java per android.media.MediaMetadataRetriever.getFramesAtIndex(int, int)
.
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.
Si applica a
GetFramesAtIndex(Int32, Int32, MediaMetadataRetriever+BitmapParams)
Questo metodo è simile a #getFramesAtIndex(int, int, BitmapParams)
, ad eccezione del fatto che verrà usato il valore predefinito per 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>
Parametri
- frameIndex
- Int32
Indice in base 0 del primo fotogramma video da recuperare. L'indice del frame deve essere quello di un frame valido. Il numero totale di fotogrammi disponibili per il recupero può essere sottoposto a query tramite la #METADATA_KEY_VIDEO_FRAME_COUNT
chiave.
- numFrames
- Int32
numero di fotogrammi video consecutivi da recuperare. Deve essere un valore positivo. Il flusso deve contenere almeno numFrames frame a partire da frameIndex.
Restituisce
Elenco di bitmap contenenti i fotogrammi video richiesti. La matrice restituita può contenere meno frame rispetto a quanto richiesto se il recupero non riesce.
- Attributi
Commenti
Documentazione java per android.media.MediaMetadataRetriever.getFramesAtIndex(int, int)
.
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.