OutputConfiguration.CreateInstancesForMultiResolutionOutput 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.
Create a list of OutputConfiguration
instances for the outputs used by a
android.hardware.camera2.MultiResolutionImageReader
.
[Android.Runtime.Register("createInstancesForMultiResolutionOutput", "(Landroid/hardware/camera2/MultiResolutionImageReader;)Ljava/util/Collection;", "", ApiSince=31)]
public static System.Collections.Generic.ICollection<Android.Hardware.Camera2.Params.OutputConfiguration> CreateInstancesForMultiResolutionOutput (Android.Hardware.Camera2.MultiResolutionImageReader multiResolutionImageReader);
[<Android.Runtime.Register("createInstancesForMultiResolutionOutput", "(Landroid/hardware/camera2/MultiResolutionImageReader;)Ljava/util/Collection;", "", ApiSince=31)>]
static member CreateInstancesForMultiResolutionOutput : Android.Hardware.Camera2.MultiResolutionImageReader -> System.Collections.Generic.ICollection<Android.Hardware.Camera2.Params.OutputConfiguration>
Parameters
- multiResolutionImageReader
- MultiResolutionImageReader
The multi-resolution image reader object.
Returns
- Attributes
Remarks
Create a list of OutputConfiguration
instances for the outputs used by a android.hardware.camera2.MultiResolutionImageReader
.
This constructor takes an argument for a android.hardware.camera2.MultiResolutionImageReader
.
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.