MultiResolutionStreamConfigurationMap.GetOutputInfo(Int32) Method

Definition

Get a group of MultiResolutionStreamInfo with the requested output image format

[Android.Runtime.Register("getOutputInfo", "(I)Ljava/util/Collection;", "", ApiSince=31)]
public System.Collections.Generic.ICollection<Android.Hardware.Camera2.Params.MultiResolutionStreamInfo> GetOutputInfo (int format);
[<Android.Runtime.Register("getOutputInfo", "(I)Ljava/util/Collection;", "", ApiSince=31)>]
member this.GetOutputInfo : int -> System.Collections.Generic.ICollection<Android.Hardware.Camera2.Params.MultiResolutionStreamInfo>

Parameters

format
Int32

an image format from ImageFormat or PixelFormat

Returns

a group of supported MultiResolutionStreamInfo. If the format is not a supported multi-resolution output, an empty group is returned.

Attributes

Remarks

Get a group of MultiResolutionStreamInfo with the requested output image format

The format should be a supported format (one of the formats returned by #getOutputFormats).

Java documentation for android.hardware.camera2.params.MultiResolutionStreamConfigurationMap.getOutputInfo(int).

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