![]() |
![]() |
![]() |
Buzztard Bt-Core Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
#include <libbtcore/core.h> BtSongIONative; BtSongIONativeClass; extern BtSongIOModuleInfo bt_song_io_native_module_info;
GObject +----BtSongIO +----BtSongIONative +----BtSongIONativeBZT +----BtSongIONativeXML
Buzztard stores its songs in a own file-format. This internal io-module implements loading and saving of this format. The format is an archive, that contains an XML file and optionally binary data, such as audio samples.
typedef struct _BtSongIONative BtSongIONative;
object for song input and output in native zip/xml format
typedef struct { const BtSongIOClass parent; } BtSongIONativeClass;
Class for song input and output in native zip/xml format
const BtSongIOClass |
parent class type |