AgsOpenFile

AgsOpenFile — open file task

Stability Level

Stable, unless otherwise indicated

Functions

Includes

#include <ags/audio/task/ags_open_file.h>

Description

The AgsOpenFile task opens files.

Functions

ags_open_file_new ()

AgsOpenFile *
ags_open_file_new (AgsAudio *audio,
                   GSList *filename,
                   gboolean overwrite_channels,
                   gboolean create_channels);

Create a new instance of AgsOpenFile.

Parameters

audio

the AgsAudio

 

filename

the filename to be opened.

[element-type utf8]

overwrite_channels

reset existing AgsInput

 

create_channels

instantiate new AgsInput

 

Returns

the new AgsOpenFile.

Since: 3.0.0