CameraCharacteristics.RequestMaxNumInputStreams Property

Definition

The maximum numbers of any type of input streams that can be configured and used simultaneously by a camera device.

[Android.Runtime.Register("REQUEST_MAX_NUM_INPUT_STREAMS", ApiSince=23)]
public static Android.Hardware.Camera2.CameraCharacteristics.Key? RequestMaxNumInputStreams { get; }
[<Android.Runtime.Register("REQUEST_MAX_NUM_INPUT_STREAMS", ApiSince=23)>]
member this.RequestMaxNumInputStreams : Android.Hardware.Camera2.CameraCharacteristics.Key

Property Value

CameraCharacteristics.Key
Attributes

Remarks

Java documentation for android.hardware.camera2.CameraCharacteristics.REQUEST_MAX_NUM_INPUT_STREAMS.

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