Method TryGetFlash
TryGetFlash(out short)
Get the flash status of the frame if possible.
Declaration
public bool TryGetFlash(out short flash)
Parameters
| Type | Name | Description |
|---|---|---|
| short | flash | The flash status of the camera frame. |
Returns
| Type | Description |
|---|---|
| bool | true if the EXIF data contains the flash status of the frame. Otherwise, false. Equal to hasFlash. |