CameraExtensionCharacteristics.GetKeys(CameraExtensionTypes) 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 CameraCharacteristics keys that have extension-specific values.
[Android.Runtime.Register("getKeys", "(I)Ljava/util/Set;", "", ApiSince=35)]
public System.Collections.Generic.ICollection<Android.Hardware.Camera2.CameraCharacteristics.Key> GetKeys(Android.Hardware.Camera2.CameraExtensionTypes extension);
	[<Android.Runtime.Register("getKeys", "(I)Ljava/util/Set;", "", ApiSince=35)>]
member this.GetKeys : Android.Hardware.Camera2.CameraExtensionTypes -> System.Collections.Generic.ICollection<Android.Hardware.Camera2.CameraCharacteristics.Key>
	Parameters
- extension
 - CameraExtensionTypes
 
The extension type.
Returns
An unmodifiable set of keys that are extension specific.
- Attributes
 
Remarks
Returns the CameraCharacteristics keys that have extension-specific values.
An application can query the value from the key using #get(int, CameraCharacteristics.Key) API.
Java documentation for android.hardware.camera2.CameraExtensionCharacteristics.getKeys(int).
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.