Constructor

AgsAudioResizeAudionew

since: 3.0.0

Declaration [src]

AgsResizeAudio*
ags_resize_audio_new (
  AgsAudio* audio,
  guint output_pads,
  guint input_pads,
  guint audio_channels
)

Description [src]

Creates an AgsResizeAudio.

Available since: 3.0.0

Parameters

audio

Type: AgsAudio

The AgsAudio to resize.

The data is owned by the caller of the function.
output_pads

Type: guint

Output pads.

input_pads

Type: guint

Input pads.

audio_channels

Type: guint

Audio channels.

Return value

Type: AgsResizeAudio

An new AgsResizeAudio.

The caller of the function takes ownership of the data, and is responsible for freeing it.