語言

MultiResolutionStreamConfigurationMap.GetInputInfo(Int32) 方法

定義

取得一組包含所需輸入影像的群組MultiResolutionStreamInfoformat

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

參數

format
Int32

一種來自 ImageFormat 或的影像格式 PixelFormat

傳回

一群支持 MultiResolutionStreamInfo的 。 若 不是 format 支援的多重解析輸入,則會回傳一個空群。

屬性

備註

取得一組包含所需輸入影像的群組MultiResolutionStreamInfoformat

應該 format 是支援的格式(由 S 回傳 #getInputFormats的格式之一)。

Java 文件 android.hardware.camera2.params.MultiResolutionStreamConfigurationMap.getInputInfo(int)

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於