Linguaggio

RecommendedStreamConfigurationMap.GetValidOutputFormatsForInput Metodo

Definizione

Ottenere i formati di output dell'immagine format per un formato di input di rielaborazione.

[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>

Parametri

inputFormat
ImageFormatType

Valori restituiti

un set non modificabile di formati Integer

Attributi

Commenti

Ottenere i formati di output dell'immagine format per un formato di input di rielaborazione.

Per ulteriori informazioni, fate riferimento a StreamConfigurationMap#getValidOutputFormatsForInput.

per android.hardware.camera2.params.RecommendedStreamConfigurationMap.getValidOutputFormatsForInput(int).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a