Method
AgsAudioMidiCIUtilput_profile_reply
since: 5.5.0
Declaration [src]
void
ags_midi_ci_util_put_profile_reply (
AgsMidiCIUtil* midi_ci_util,
guchar* buffer,
guchar device_id,
guchar version,
AgsMUID source,
AgsMUID destination,
guint16 enabled_profile_count,
guchar** enabled_profile,
guint16 disabled_profile_count,
guchar** disabled_profile
)
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.
enabled_profile_count
-
Type:
guint16
Enabled profile count.
enabled_profile
-
Type:
guchar**
Enabled profile.
The data is owned by the caller of the method. disabled_profile_count
-
Type:
guint16
Disabled profile count.
disabled_profile
-
Type:
guchar**
Disabled profile.
The data is owned by the caller of the method.