Method
AgsAudioOscBufferUtilget_bundle
since: 3.0.0
Declaration [src]
void
ags_osc_buffer_util_get_bundle (
AgsOscBufferUtil* osc_buffer_util,
guchar* buffer,
gint32* tv_secs,
gint32* tv_fraction,
gboolean* immediately
)
Parameters
buffer
-
Type:
guchar*
The guchar buffer.
The data is owned by the caller of the method. tv_secs
-
Type:
gint32*
Return location of number of seconds since midnight on January 1, 1900.
The data is owned by the caller of the method. tv_fraction
-
Type:
gint32*
Return location of fraction of seconds to a precision of about 200 picoseconds.
The data is owned by the caller of the method. immediately
-
Type:
gboolean*
Return location of if
TRUE
apply immediately, otherwiseFALSE
not immediately.The data is owned by the caller of the method.