Top | ![]() |
![]() |
![]() |
![]() |
This internal BtSongIONative module implements loading and saving of an own xml format with externals. The format is an archive, that contains an XML file and optionally binary data, such as audio samples.
gboolean bt_song_io_native_bzt_copy_from_uri (const BtSongIONativeBZT * const self
,const gchar *file_name
,const gchar *uri
);
Copies the file specified by uri
to file_name
into the song file.
This is a helper for BtSong persistence.
gboolean bt_song_io_native_bzt_copy_to_fd (const BtSongIONativeBZT * const self
,const gchar *file_name
,gint fd
);
Copies the file specified by file_name
from the song file to the fd
.
This is a helper for BtSong persistence.