Constructor

AgsAudioApplyPresetsnew

since: 3.0.0

Declaration [src]

AgsApplyPresets*
ags_apply_presets_new (
  GObject* scope,
  guint pcm_channels,
  guint samplerate,
  guint buffer_size,
  guint format
)

Description [src]

Creates a new instance of AgsApplyPresets.

Available since: 3.0.0

Parameters

scope

Type: GObject

A GObject.

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

Type: guint

Pcm channels.

samplerate

Type: guint

Samplerate.

buffer_size

Type: guint

Buffer size.

format

Type: guint

Format.

Return value

Type: AgsApplyPresets

The new AgsApplyPresets.

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