AgsOpenSingleFile

AgsOpenSingleFile — open single file

Stability Level

Stable, unless otherwise indicated

Functions

Includes

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

Description

The AgsOpenFile task opens one single file.

Functions

ags_open_single_file_new ()

AgsOpenSingleFile *
ags_open_single_file_new (AgsChannel *channel,
                          gchar *filename,
                          guint audio_channel);

Create a new instance of AgsOpenSingleFile.

Parameters

channel

the AgsChannel

 

filename

the filename to be opened

 

audio_channel

the audio channel

 

Returns

the new AgsOpenSingleFile.

Since: 3.0.0