Method

AgsAudioMidiUmpUtilput_endpoint_info_notification

Declaration [src]

void
ags_midi_ump_util_put_endpoint_info_notification (
  AgsMidiUmpUtil* midi_ump_util,
  guchar* buffer,
  gint major,
  gint minor,
  gboolean static_function_blocks,
  gint function_block_count,
  gboolean midi_v2_0_support,
  gboolean midi_v1_0_support,
  gboolean rx_jitter_reduction,
  gboolean tx_jitter_reduction,
  gchar** extension_name,
  GValue* extension_value,
  guint extension_count
)

Description

No description available.

Parameters

buffer

Type: guchar*

No description available.

The data is owned by the caller of the method.
major

Type: gint

No description available.

minor

Type: gint

No description available.

static_function_blocks

Type: gboolean

No description available.

function_block_count

Type: gint

No description available.

midi_v2_0_support

Type: gboolean

No description available.

midi_v1_0_support

Type: gboolean

No description available.

rx_jitter_reduction

Type: gboolean

No description available.

tx_jitter_reduction

Type: gboolean

No description available.

extension_name

Type: gchar**

No description available.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
extension_value

Type: GValue

No description available.

The data is owned by the caller of the method.
extension_count

Type: guint

No description available.