Virtual Method
AgsAudioOscBuilderappend_bundle
since: 3.0.0
Declaration [src]
void
append_bundle (
AgsOscBuilder* osc_builder,
AgsOscBuilderBundle* parent_bundle,
gint tv_secs,
gint tv_fraction,
gboolean immediately
)
Parameters
parent_bundle
-
Type:
AgsOscBuilderBundle
The parent
AgsOscBuilderBundle
-struct orNULL
.The data is owned by the caller of the method. tv_secs
-
Type:
gint
Number of seconds since midnight on January 1, 1900.
tv_fraction
-
Type:
gint
Fraction of seconds to a precision of about 200 picoseconds.
immediately
-
Type:
gboolean
If
TRUE
apply immediately, otherwiseFALSE
not immediately.