DynamicRangeProfiles.GetProfileCaptureRequestConstraints(Int64) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回可在單一擷取要求和指定配置檔中參考的支持動態範圍配置檔清單。
[Android.Runtime.Register("getProfileCaptureRequestConstraints", "(J)Ljava/util/Set;", "", ApiSince=33)]
public System.Collections.Generic.ICollection<Java.Lang.Long> GetProfileCaptureRequestConstraints (long profile);
[<Android.Runtime.Register("getProfileCaptureRequestConstraints", "(J)Ljava/util/Set;", "", ApiSince=33)>]
member this.GetProfileCaptureRequestConstraints : int64 -> System.Collections.Generic.ICollection<Java.Lang.Long>
參數
- profile
- Int64
傳回
無法修改的一組動態範圍配置檔
- 屬性
備註
傳回可在單一擷取要求和指定配置檔中參考的支持動態範圍配置檔清單。
例如,假設當指定的自變數時,特定 10 位輸出可用的裝置會傳回 (#STANDARD
、#HDR10
#HLG10
、 ),因為呼叫 #getSupportedProfiles()
並#getProfileCaptureRequestConstraints
傳回 (#STANDARD
, #HLG10
。#STANDARD
這表示對應的相機裝置只會接受並處理擷取要求,這些要求會參考使用 #HDR10
動態配置檔所設定的 #STANDARD
輸出,或是和 #HLG10
的一些組合。 不過,嘗試將擷取要求排入佇列,以輸出參考 #HDR10
和/#HLG10
#STANDARD
將會產生 。IllegalArgumentException
如果指定的配置檔沒有條件約束,清單將會是空的。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。