AgsOpenFile

AgsOpenFile — open file object

Functions

AgsOpenFile * ags_open_file_new ()

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 *filenames,
                   gboolean overwrite_channels,
                   gboolean create_channels);

Creates an AgsOpenFile.

Parameters

filenames

the filenames to be opened

 

overwrite_channels

reset existing AgsInput

 

create_channels

inistantiate new AgsInput, if overwrite_channell as needed else for sure

 

Returns

an new AgsOpenFile.

Since 0.4

Types and Values