Method
AgsAudioOscBuilderget_data_with_length
since: 3.7.24
[−]
Declaration [src]
guchar*
ags_osc_builder_get_data_with_length (
AgsOscBuilder* osc_builder,
guint* length
)
[−]
Return value
Type: guchar*
The OSC data as array.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |