Method

AgsAudioOscConnectionread_bytes

since: 3.0.0

Declaration [src]

guchar*
ags_osc_connection_read_bytes (
  AgsOscConnection* osc_connection,
  guint* data_length
)

Description [src]

Read bytes.

Available since: 3.0.0

Parameters

data_length

Type: guint*

The return location of byte array’s length.

The data is owned by the caller of the function.

Return value

Type: guchar*

Byte array read or NULL if no data available.

The data is owned by the instance.