Method
AgsAudioMidiCIUtilget_profile_disabled_report
since: 5.5.0
Declaration [src]
guint
ags_midi_ci_util_get_profile_disabled_report (
AgsMidiCIUtil* midi_ci_util,
guchar* buffer,
guchar* device_id,
guchar* version,
AgsMUID* source,
guchar* disabled_profile,
guint16* disabled_channel_count
)
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 returned data, and is responsible for freeing it. disabled_profile
-
Type:
guchar*
The return location of disabled profile.
The argument will be set by the function. disabled_channel_count
-
Type:
guint16*
The return location of disabled channel count.
The argument will be set by the function.