StreamConfigurationMap.GetValidOutputFormatsForInput(Int32) Method

Definition

Get the image format output formats for a reprocessing input format.

[Android.Runtime.Register("getValidOutputFormatsForInput", "(I)[I", "", ApiSince=23)]
public int[]? GetValidOutputFormatsForInput (int inputFormat);
[<Android.Runtime.Register("getValidOutputFormatsForInput", "(I)[I", "", ApiSince=23)>]
member this.GetValidOutputFormatsForInput : int -> int[]

Parameters

inputFormat
Int32

Returns

Int32[]

an array of integer format

Attributes

Remarks

Java documentation for android.hardware.camera2.params.StreamConfigurationMap.getValidOutputFormatsForInput(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to