Method

AgsAudioOscBuilderget_data_with_length

since: 3.7.24

Declaration [src]

guchar*
ags_osc_builder_get_data_with_length (
  AgsOscBuilder* osc_builder,
  guint* length
)

Description [src]

Get OSC data of osc_builder.

Available since: 3.7.24

Parameters

length

Type: guint*

The length of data.

The argument will be set by the function.

Return value

Type: guchar*

The OSC data as array.

The caller of the method takes ownership of the data, and is responsible for freeing it.