Constructor XRCameraFrameExifData
XRCameraFrameExifData(IntPtr, double, double, double, double, float, float, float, short, XRCameraFrameExifDataColorSpace, short, XRCameraFrameExifDataMeteringMode, XRCameraFrameExifDataProperties)
Creates a XRCameraFrameExifData.
Declaration
public XRCameraFrameExifData(IntPtr nativePtr, double apertureValue, double brightnessValue, double exposureTime, double shutterSpeedValue, float exposureBiasValue, float fNumber, float focalLength, short flash, XRCameraFrameExifDataColorSpace colorSpace, short photographicSensitivity, XRCameraFrameExifDataMeteringMode meteringMode, XRCameraFrameExifDataProperties properties)
Parameters
| Type | Name | Description |
|---|---|---|
| IntPtr | nativePtr | The native pointer. |
| double | apertureValue | The lens aperture of the frame. |
| double | brightnessValue | The brightness of the frame. |
| double | exposureTime | The exposure Time of the frame. |
| double | shutterSpeedValue | The shutter speed of the frame. |
| float | exposureBiasValue | The exposure bias of the frame. |
| float | fNumber | The F number of the frame. |
| float | focalLength | The lens focal length of the frame. |
| short | flash | The flash status of the frame. |
| XRCameraFrameExifDataColorSpace | colorSpace | The color space of the frame. |
| short | photographicSensitivity | The photographicSensitivity of the frame. |
| XRCameraFrameExifDataMeteringMode | meteringMode | The metering mode of the frame. |
| XRCameraFrameExifDataProperties | properties | The set of flags that indicates which properties are included in the EXIF data of the frame. |