Method
AgsAudioMidiUmpUtilget_product_instance_id_notification
since: 5.5.4
Declaration [src]
guint
ags_midi_ump_util_get_product_instance_id_notification (
AgsMidiUmpUtil* midi_ump_util,
guchar* buffer,
gchar** product_instance_id,
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. product_instance_id
-
Type:
gchar**
The return location of product instance ID notification.
The argument will be set by the function. The caller of the method takes ownership of the returned data, and is responsible for freeing it. The value is a NUL terminated UTF-8 string. extension_name
-
Type:
gchar***
The return location of extension name string vector.
The argument will be set by the function. The caller of the method takes ownership of the returned data, and is responsible for freeing it. The value is a NUL terminated UTF-8 string. extension_value
-
Type:
GValue
The return location of extension value array.
The argument will be set by the function. The caller of the method takes ownership of the returned data, and is responsible for freeing it. extension_count
-
Type:
guint*
The return location of extension count.
The argument will be set by the function.