try_get_exposure_time


Description:

[ Version ( since = "0.14.0" ) ]
public bool try_get_exposure_time (out int nom, out int den) throws Error

Returns the exposure time in seconds (shutter speed, *not* date-time of exposure) as a rational.

Note:

Use [method@Metadata.get_exposure_time] instead.

See https://en.wikipedia.org/wiki/Shutter_speed for more information.

Parameters:

this

An instance of [class@GExiv2.Metadata]

nom

The numerator

den

The denominator

Returns:

Boolean success value