Virtual Method

AgsAudioOscClientread_bytes

since: 3.0.0

Declaration [src]

guchar*
read_bytes (
  AgsOscClient* osc_client,
  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 called function.