Method

AgsAudioAudioopen_audio_file_as_channel

since: 3.0.0

Declaration [src]

void
ags_audio_open_audio_file_as_channel (
  AgsAudio* audio,
  GSList* filename,
  gboolean overwrite_channels,
  gboolean create_channels
)

Description [src]

Open some files.

Available since: 3.0.0

Parameters

filename

Type: A list of utf8

The files to open.

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

Type: gboolean

If existing channels should be assigned.

create_channels

Type: gboolean

If new channels should be created as not fitting if combined with overwrite_channels.