CaptureResult.Key(String, Class) Constructor
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.
Construct a new Key with a given name and type.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Class;)V", "", ApiSince=29)]
public Key (string name, Java.Lang.Class type);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Class;)V", "", ApiSince=29)>]
new Android.Hardware.Camera2.CaptureResult.Key : string * Java.Lang.Class -> Android.Hardware.Camera2.CaptureResult.Key
Parameters
- name
- String
- type
- Class
- Attributes
Remarks
Construct a new Key with a given name and type.
Normally, applications should use the existing Key definitions in CaptureResult
, and not need to construct their own Key objects. However, they may be useful for testing purposes and for defining custom capture result fields.
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.