Method
AgsAudioMidiCIUtilget_get_property_data_reply
since: 5.5.0
Declaration [src]
guint
ags_midi_ci_util_get_get_property_data_reply (
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:
guchar*
The 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. destination
-
Type:
AgsMUID
The return location of destination.
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. request_id
-
Type:
guchar*
The return location of request ID.
The argument will be set by the function. header_data_length
-
Type:
guint16*
The return location of header data length.
The argument will be set by the function. header_data
-
Type:
guchar**
The return location of header data.
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. chunk_count
-
Type:
guint16*
The return location of chunk count.
The argument will be set by the function. nth_chunk
-
Type:
guint16*
The return location of nth chunk.
The argument will be set by the function. property_data_length
-
Type:
guint16*
The return location of property data length.
The argument will be set by the function. property_data
-
Type:
guchar**
The return location of property data.
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.