Method
AgsAudioMidiUmpUtilput_device_identity_notification
since: 5.5.4
Declaration [src]
void
ags_midi_ump_util_put_device_identity_notification (
AgsMidiUmpUtil* midi_ump_util,
guchar* buffer,
gint device_manufacturer,
gint device_family,
gint device_family_model,
gint software_revision,
gchar** extension_name,
GValue* extension_value,
guint extension_count
)
Parameters
buffer
-
Type:
guchar*
The buffer.
The data is owned by the caller of the method. device_manufacturer
-
Type:
gint
The device manufacturer.
device_family
-
Type:
gint
The device family.
device_family_model
-
Type:
gint
The device family model.
software_revision
-
Type:
gint
The software revision.
extension_name
-
Type:
gchar**
The extension name string vector.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. extension_value
-
Type:
GValue
The extension value array.
The data is owned by the caller of the method. extension_count
-
Type:
guint
The extension count.