MultiResolutionImageReader.Builder Constructor
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.
Constructs a new builder for MultiResolutionImageReader.
[Android.Runtime.Register(".ctor", "(Ljava/util/Collection;II)V", "", ApiSince=37)]
public Builder(System.Collections.Generic.ICollection<Android.Hardware.Camera2.Params.MultiResolutionStreamInfo> streams, int format, int maxImages);
[<Android.Runtime.Register(".ctor", "(Ljava/util/Collection;II)V", "", ApiSince=37)>]
new Android.Hardware.Camera2.MultiResolutionImageReader.Builder : System.Collections.Generic.ICollection<Android.Hardware.Camera2.Params.MultiResolutionStreamInfo> * int * int -> Android.Hardware.Camera2.MultiResolutionImageReader.Builder
Parameters
- streams
- ICollection<MultiResolutionStreamInfo>
The group of multi-resolution stream info returned from android.hardware.camera2.params.MultiResolutionStreamConfigurationMap#getOutputFormats.
- format
- Int32
The format of the Image that this multi-resolution reader will produce.
- maxImages
- Int32
The maximum number of images the user will want to access simultaneously.
- Attributes
Remarks
Constructs a new builder for MultiResolutionImageReader.
See MultiResolutionImageReader(Collection,int,int,long) for detailed explanations of the constructor parameters.
Android reference for android.hardware.camera2.MultiResolutionImageReader.Builder.Builder.
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.