MultiResolutionStreamConfigurationMap.IsConcurrentReadersSupported Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.