Method
AgsAudioMidiCIUtilput_set_property_data
since: 5.5.0
Declaration [src]
void
ags_midi_ci_util_put_set_property_data (
AgsMidiCIUtil* midi_ci_util,
guchar* buffer,
guchar device_id,
guchar version,
AgsMUID source,
AgsMUID destination,
guchar request_id,
guint16 header_data_length,
guchar* header_data,
guint16 chunk_count,
guint16 nth_chunk,
guint16 property_data_length,
guchar* property_data
)
Parameters
buffer-
Type:
guchar*The buffer.
The data is owned by the caller of the method. device_id-
Type:
gucharThe device ID.
version-
Type:
gucharThe version.
source-
Type:
AgsMUIDThe source.
destination-
Type:
AgsMUIDThe destination.
request_id-
Type:
gucharThe request ID.
header_data_length-
Type:
guint16The header data length.
header_data-
Type:
guchar*The header data.
The data is owned by the caller of the method. chunk_count-
Type:
guint16The chunk count.
nth_chunk-
Type:
guint16The nth chunk.
property_data_length-
Type:
guint16The property data length.
property_data-
Type:
guchar*The property data.
The data is owned by the caller of the method.