Function
AgsAudioOscBufferUtilput_bundle
since: 3.0.0
Declaration [src]
void
ags_osc_buffer_util_put_bundle (
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 function. tv_secs-
Type:
gint32Number of seconds since midnight on January 1, 1900
tv_fraction-
Type:
gint32Fraction of seconds to a precision of about 200 picoseconds.
immediately-
Type:
gbooleanIf
TRUEapply immediately, otherwiseFALSEnot immediately.