Function

AgsAudioOscUtiltimetag_now

since: 3.0.0

Declaration [src]

void
ags_osc_util_timetag_now (
  gint32* tv_sec,
  gint32* tv_fraction
)

Description [src]

Get current time.

Available since: 3.0.0

Parameters

tv_sec

Type: gint32*

The return location of number of seconds since midnight on January 1, 1900

The data is owned by the caller of the function.
tv_fraction

Type: gint32*

The return location of fraction of seconds to a precision of about 200 picoseconds.

The data is owned by the caller of the function.