Method

AgsAudioMidiCIUtilget_property_exchange_capabilities

since: 5.5.0

Declaration [src]

guint
ags_midi_ci_util_get_property_exchange_capabilities (
  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]

Get number of supported property exchange count data 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 return location of 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.
supported_property_exchange_count

Type: guchar*

The supported property exchange count.

The argument will be set by the function.
property_exchange_major

Type: guchar*

The return location of major version.

The argument will be set by the function.
property_exchange_minor

Type: guchar*

The return location of minor version.

The argument will be set by the function.

Return value

Type: guint

The number of bytes read.