Method

AgsAudioOscBuilderappend_bundle

since: 3.0.0

Declaration [src]

void
ags_osc_builder_append_bundle (
  AgsOscBuilder* osc_builder,
  AgsOscBuilderBundle* parent_bundle,
  gint tv_secs,
  gint tv_fraction,
  gboolean immediately
)

Description [src]

Append bundle.

Available since: 3.0.0

Parameters

parent_bundle

Type: AgsOscBuilderBundle

The parent AgsOscBuilderBundle-struct or NULL.

The data is owned by the caller of the function.
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, otherwise FALSE not immediately.