Method

AgsAudioMidiCIUtilget_set_property_data_reply

since: 5.5.0

Declaration [src]

guint
ags_midi_ci_util_get_set_property_data_reply (
  AgsMidiCIUtil* midi_ci_util,
  guchar* buffer,
  guchar* device_id,
  guchar* version,
  AgsMUID* source,
  AgsMUID* destination,
  guchar* request_id,
  guint16* header_data_length,
  guchar** header_data,
  guint16* chunk_count,
  guint16* nth_chunk,
  guint16* property_data_length,
  guchar** property_data
)

Description [src]

Get set property data reply.

Available since: 5.5.0

Parameters

buffer

Type: guchar*

The buffer.

The data is owned by the caller of the method.
device_id

Type: guchar*

The device ID.

The argument will be set by the function.
version

Type: guchar*

The return location of version.

The argument will be set by the function.
source

Type: AgsMUID

The return location of source.

The argument will be set by the function.
The caller of the method takes ownership of the data, and is responsible for freeing it.
destination

Type: AgsMUID

The return location of destination.

The argument will be set by the function.
The caller of the method takes ownership of the data, and is responsible for freeing it.
request_id

Type: guchar*

The request ID.

The argument will be set by the function.
header_data_length

Type: guint16*

The header data length.

The argument will be set by the function.
header_data

Type: guchar**

The header data.

The argument will be set by the function.
The caller of the method takes ownership of the data, and is responsible for freeing it.
chunk_count

Type: guint16*

The chunk count.

The argument will be set by the function.
nth_chunk

Type: guint16*

The nth chunk.

The argument will be set by the function.
property_data_length

Type: guint16*

The property data length.

The argument will be set by the function.
property_data

Type: guchar**

The property data.

The argument will be set by the function.
The caller of the method takes ownership of the data, and is responsible for freeing it.

Return value

Type: guint

The number of bytes read.