Virtual Method

AgsAudioSoundContainerget_resource_by_index

since: 3.0.0

Declaration [src]

GList*
get_resource_by_index (
  AgsSoundContainer* sound_container,
  guint resource_index
)

Description [src]

Get resources by index as a GList-struct.

Available since: 3.0.0

Parameters

resource_index

Type: guint

The index.

Return value

Type: A list of GObject*

The GList-struct containing AgsResource.

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