MultiResolutionImageReader.GetStreamInfoForImageReader(ImageReader) 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.
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
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.