Method TryGetShutterSpeedValue
TryGetShutterSpeedValue(out double)
Get the shutter speed of the frame if possible.
Declaration
public bool TryGetShutterSpeedValue(out double shutterSpeedValue)
Parameters
| Type | Name | Description |
|---|---|---|
| double | shutterSpeedValue | The shutter speed of the camera frame. |
Returns
| Type | Description |
|---|---|
| bool | true if the EXIF data contains the shutter speed of the frame. Otherwise, false. Equal to hasShutterSpeedValue. |