RecommendedStreamConfigurationMap.GetValidOutputFormatsForInput Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtenez les formats de sortie d’image format pour un format d’entrée de retraitement.
[Android.Runtime.Register("getValidOutputFormatsForInput", "(I)Ljava/util/Set;", "", ApiSince=29)]
public System.Collections.Generic.ICollection<Java.Lang.Integer>? GetValidOutputFormatsForInput(Android.Graphics.ImageFormatType inputFormat);
[<Android.Runtime.Register("getValidOutputFormatsForInput", "(I)Ljava/util/Set;", "", ApiSince=29)>]
member this.GetValidOutputFormatsForInput : Android.Graphics.ImageFormatType -> System.Collections.Generic.ICollection<Java.Lang.Integer>
Paramètres
- inputFormat
- ImageFormatType
Retours
un ensemble non modifiable de formats entiers
- Attributs
Remarques
Obtenez les formats de sortie d’image format pour un format d’entrée de retraitement.
Pour plus d’informations, reportez-vous à StreamConfigurationMap#getValidOutputFormatsForInput.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.