MultiResolutionStreamConfigurationMap.GetOutputInfo(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用要求的輸出影像取得的 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 屬性授權中所述的詞彙使用。