Sprache

MultiResolutionStreamConfigurationMap.IsConcurrentReadersSupported Method

Definition

Check whether concurrent readers are supported for a particular format.

[Android.Runtime.Register("isConcurrentReadersSupported", "(I)Z", "", ApiSince=37)]
public bool IsConcurrentReadersSupported(int format);
[<Android.Runtime.Register("isConcurrentReadersSupported", "(I)Z", "", ApiSince=37)>]
member this.IsConcurrentReadersSupported : int -> bool

Parameters

format
Int32

an image format from ImageFormat or PixelFormat

Returns

whether concurrent readers are supported.

Attributes

Remarks

Check whether concurrent readers are supported for a particular format.

This function returns true if the camera device supports outputting on multiple readers within the MultiResolutionImageReader with the specified format.

Android reference for android.hardware.camera2.params.MultiResolutionStreamConfigurationMap.isConcurrentReadersSupported.

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