Method
AgsAudioMidiCIUtilput_profile_specific_data
since: 5.5.0
Declaration [src]
void
ags_midi_ci_util_put_profile_specific_data (
AgsMidiCIUtil* midi_ci_util,
guchar* buffer,
guchar device_id,
guchar version,
AgsMUID source,
AgsMUID destination,
guchar* profile_id,
guint32 profile_specific_data_length,
guchar* profile_specific_data
)
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.
profile_id
-
Type:
guchar*
The profile ID.
The data is owned by the caller of the method. profile_specific_data_length
-
Type:
guint32
Profile specific data length.
profile_specific_data
-
Type:
guchar*
Profile specific data.
The data is owned by the caller of the method.