StreamConfigurationMap.GetInputFormats Method

Definition

Get the image format input formats in this stream configuration.

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

Returns

Int32[]

an array of integer format

Attributes

Remarks

Get the image format input formats in this stream configuration.

All image formats returned by this function will be defined in either ImageFormat or in PixelFormat (and there is no possibility of collision).

Java documentation for android.hardware.camera2.params.StreamConfigurationMap.getInputFormats().

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