Function

AgsAudioCommonPitchUtilset_buffer_length

since: 4.0.0

Declaration [src]

void
ags_common_pitch_util_set_buffer_length (
  gpointer pitch_util,
  GType pitch_type,
  guint buffer_length
)

Description [src]

Set buffer_length of pitch_util.

Available since: 4.0.0

Parameters

pitch_util

Type: gpointer

The pitch util.

The argument can be NULL.
The data is owned by the caller of the function.
pitch_type

Type: GType

The pitch type.

buffer_length

Type: guint

The buffer length.