KnownCameraPhotoProperties class
Used to get or set photo capture settings.
Syntax
Members
The KnownCameraPhotoProperties class has these types of members:
Properties
The KnownCameraPhotoProperties class has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read-only | Specifies the exposure compensation in units of one-sixth of an EV. | |
|
Read-only | Specifies the exposure time in microseconds. | |
|
Read-only | Specifies how the flash is used to capture a photo. | |
|
Read-only | Specifies the flash brightness. | |
|
Read-only | Specifies how the flash is used to focus. | |
|
Read-only | Specifies the equivalent ISO sensitivity. | |
|
Read-only | Specifies whether the autofocus, auto exposure, or auto white balance operations will pause. | |
|
Read-only | Specifies the color temperature in degrees Kelvin (K). | |
|
Read-only | Specifies the camera scene mode. | |
|
Read-only | Specifies how the color temperature is selected. |
Remarks
The properties in this class are for use with the PhotoCaptureDevice class. This class is used to identify properties that you want to get or set on the capture device. In the PhotoCaptureDevice class, the GetProperty class gets the current value of the property and the SetProperty method sets the property to a new value. You can also use the GetSupportedPropertyRange or GetSupportedPropertyValues method to learn more about a property.
Requirements
|
Minimum supported client |
None supported |
|---|---|
|
Minimum supported server |
None supported |
|
Minimum supported phone |
Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
Attributes
- [Deprecated()]
- [MarshalingBehavior(Agile)]
- [Version(0x06020000)]
- [WebHostHidden()]
See also