Constructor

AgsAudioSetBufferSizenew

since: 3.0.0

Declaration [src]

AgsSetBufferSize*
ags_set_buffer_size_new (
  GObject* scope,
  guint buffer_size
)

Description [src]

Create a new instance of AgsSetBufferSize.

Available since: 3.0.0

Parameters

scope

Type: GObject

The GObject to reset.

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

Type: guint

The new buffer size.

Return value

Type: AgsSetBufferSize

The new AgsSetBufferSize.

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