共用方式為


MultiResolutionStreamConfigurationMap.GetOutputInfo(Int32) 方法

定義

使用要求的輸出影像取得的 MultiResolutionStreamInfo 群組 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>

參數

format
Int32

或的 ImageFormat 影像格式 PixelFormat

傳回

支援的 MultiResolutionStreamInfo群組。 format如果不是支援的多重解析度輸出,則會傳回空的群組。

屬性

備註

使用要求的輸出影像取得的 MultiResolutionStreamInfo 群組 format

format應該是支援的格式(由 #getOutputFormats傳回的其中一種格式)。

android.hardware.camera2.params.MultiResolutionStreamConfigurationMap.getOutputInfo(int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於