Virtual Method

AgsAudioSoundResourceopen

since: 3.0.0

Declaration [src]

gboolean
open (
  AgsSoundResource* sound_resource,
  gchar* filename
)

Description [src]

Open sound_resource for reading and assign filename.

Available since: 3.0.0

Parameters

filename

Type: gchar*

The filename as string.

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

Return value

Type: gboolean

TRUE if operation was successful, otherwise FALSE.