#include <KAudioFormat.h>
#include <KProgress.h>
#include "iklaxlib_global.h"
#include "KFile.h"
Functions | |
| KL_API KFile * | k_loadIKlaxFile (KCString iklax_path) |
| Loads an iKlax file. | |
| KL_API KBool | k_loadIKmixFile (KFile *kfile, KCString ikmix_path) |
| Loads a mix. | |
| KL_API KString | k_getIKlaxFileID (KCString sFilePath) |
| Gets the ID of an iKlax file or mix. | |
| KL_API KBool | k_exportIKMixToFile (KFile *pKFile, KCString sMixName, KCString sFilePath, KBool bEraseExisted) |
| Exports a mix from a KFile structure to a file. | |
| KL_API KBool | k_exportAllIKmixToFile (KFile *pKFile, KCString sFilePath, KList *lExcluedMix) |
| Exports all mixes from a KFile structure in a file. | |
| KL_API KBool | k_exportiKmixToAudioFile (KFile *kFile, KCString mix, KCString path, KAudioFormat *fmt, KProgress *kprog) |
| Exports a mix from a KFile structure to an audio file. | |
|
||||||||||||||||
|
Exports all mixes from a KFile structure in a file. Deletes the given file if it exists
|
|
||||||||||||||||||||||||
|
Exports a mix from a KFile structure to an audio file.
|
|
||||||||||||||||||||
|
Exports a mix from a KFile structure to a file.
|
|
|
Gets the ID of an iKlax file or mix.
|
|
|
Loads an iKlax file. Loads an iKlax file and provides the corresponding KFile structure
|
|
||||||||||||
|
Loads a mix. Completes the given KFile structure
|
1.3.8