Method
AgsAudioMidiUmpUtilput_stream_configuration_request
since: 5.5.4
Declaration [src]
void
ags_midi_ump_util_put_stream_configuration_request (
AgsMidiUmpUtil* midi_ump_util,
guchar* buffer,
gint protocol,
gboolean rx_jitter_reduction,
gboolean tx_jitter_reduction,
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. protocol-
Type:
gintThe protocol.
rx_jitter_reduction-
Type:
gbooleanTRUEif receiving jitter reduction, otherwiseFALSE. tx_jitter_reduction-
Type:
gbooleanTRUEif transfer jitter reduction, otherwiseFALSE. 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:
GValueThe extension value array.
The data is owned by the caller of the method. extension_count-
Type:
guintThe extension count.