Method

AgsAudioAudioContainerManagerfind_audio_container

since: 3.4.0

Declaration [src]

GObject*
ags_audio_container_manager_find_audio_container (
  AgsAudioContainerManager* audio_container_manager,
  gchar* filename
)

Description [src]

Find audio container by filename.

Available since: 3.4.0

Parameters

filename

Type: gchar*

The string identifier.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: GObject

The matching AgsAudioContainer if found, otherwise NULL.

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