Method

AgsAudioAudioFileopen_from_data

since: 3.0.0

Declaration [src]

gboolean
ags_audio_file_open_from_data (
  AgsAudioFile* audio_file,
  gchar* data
)

Description [src]

Open AgsAudioFile using virtual functions.

Available since: 3.0.0

Parameters

data

Type: gchar*

The audio data.

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

Return value

Type: gboolean

TRUE on success, otherwise FALSE.