get_exposure_time


Description:

[ Version ( since = "0.16.0" ) ]
public bool 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.

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