Method

AgsAudioMidiCIUtilput_set_property_data_reply

since: 5.5.0

Declaration [src]

void
ags_midi_ci_util_put_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]

Put 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.

version

Type: guchar

The version.

source

Type: AgsMUID

The source.

destination

Type: AgsMUID

The destination.

request_id

Type: guchar

The request ID.

header_data_length

Type: guint16

The header data length.

header_data

Type: guchar*

The header data.

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

Type: guint16

The chunk count.

nth_chunk

Type: guint16

The nth chunk.

property_data_length

Type: guint16

The property data length.

property_data

Type: guchar*

The property data.

The data is owned by the caller of the method.