CameraExtensionCharacteristics.GetAvailableCaptureRequestKeys(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.
Returns the set of keys supported by a CaptureRequest
submitted in a
CameraExtensionSession
with a given extension type.
[Android.Runtime.Register("getAvailableCaptureRequestKeys", "(I)Ljava/util/Set;", "", ApiSince=33)]
public System.Collections.Generic.ICollection<Android.Hardware.Camera2.CaptureRequest.Key> GetAvailableCaptureRequestKeys (int extension);
[<Android.Runtime.Register("getAvailableCaptureRequestKeys", "(I)Ljava/util/Set;", "", ApiSince=33)>]
member this.GetAvailableCaptureRequestKeys : int -> System.Collections.Generic.ICollection<Android.Hardware.Camera2.CaptureRequest.Key>
Parameters
- extension
- Int32
the extension type
Returns
non-modifiable set of capture keys supported by camera extension session initialized with the given extension type.
- Attributes
Remarks
Returns the set of keys supported by a CaptureRequest
submitted in a CameraExtensionSession
with a given extension type.
The set returned is not modifiable, so any attempts to modify it will throw a UnsupportedOperationException
.
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.