Share via


MultiResolutionImageReader.GetStreamInfoForImageReader(ImageReader) Method

Definition

Get the MultiResolutionStreamInfo describing the ImageReader an image originates from

[Android.Runtime.Register("getStreamInfoForImageReader", "(Landroid/media/ImageReader;)Landroid/hardware/camera2/params/MultiResolutionStreamInfo;", "GetGetStreamInfoForImageReader_Landroid_media_ImageReader_Handler", ApiSince=31)]
public virtual Android.Hardware.Camera2.Params.MultiResolutionStreamInfo GetStreamInfoForImageReader (Android.Media.ImageReader reader);
[<Android.Runtime.Register("getStreamInfoForImageReader", "(Landroid/media/ImageReader;)Landroid/hardware/camera2/params/MultiResolutionStreamInfo;", "GetGetStreamInfoForImageReader_Landroid_media_ImageReader_Handler", ApiSince=31)>]
abstract member GetStreamInfoForImageReader : Android.Media.ImageReader -> Android.Hardware.Camera2.Params.MultiResolutionStreamInfo
override this.GetStreamInfoForImageReader : Android.Media.ImageReader -> Android.Hardware.Camera2.Params.MultiResolutionStreamInfo

Parameters

reader
ImageReader

An internal ImageReader within MultiResolutionImageReader.

Returns

The stream info describing the internal ImageReader.

Attributes

Remarks

Get the MultiResolutionStreamInfo describing the ImageReader an image originates from

An image from a MultiResolutionImageReader is produced from one of the underlying ImageReaders. This function returns the MultiResolutionStreamInfo to describe the property for that ImageReader, such as width, height, and physical camera Id.

Java documentation for android.hardware.camera2.MultiResolutionImageReader.getStreamInfoForImageReader(android.media.ImageReader).

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