Method

AgsAudioOscConnectionwrite_response

since: 3.0.0

Declaration [src]

gint64
ags_osc_connection_write_response (
  AgsOscConnection* osc_connection,
  GObject* osc_response
)

Description [src]

Write response.

Available since: 3.0.0

Parameters

osc_response

Type: GObject

The AgsOscResponse.

The data is owned by the caller of the function.

Return value

Type: gint64

The count of bytes written.