Method

AgsAudioMidiCIUtilput_property_exchange_capabilities_reply

since: 5.5.0

Declaration [src]

void
ags_midi_ci_util_put_property_exchange_capabilities_reply (
  AgsMidiCIUtil* midi_ci_util,
  guchar* buffer,
  guchar device_id,
  guchar version,
  AgsMUID source,
  AgsMUID destination,
  guchar supported_property_exchange_count,
  guchar property_exchange_major,
  guchar property_exchange_minor
)

Description [src]

Put number of supported property exchange message.

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.

supported_property_exchange_count

Type: guchar

The supported property exchange count.

property_exchange_major

Type: guchar

The major version.

property_exchange_minor

Type: guchar

The minor version.