MultiResolutionStreamConfigurationMap.GetOutputInfo(Int32) 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 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
).
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.