view doc/libaudacious/tmpl/vfs.sgml @ 3687:12e11b15b549

Export ConfigDB API via vtable, adding public aliases: bmp_cfg_db_*, aud_cfg_db_*. The bmp_cfg_db_* aliases will be removed later once people have done sed on the plugins.
author William Pitcock <nenolod@atheme.org>
date Tue, 02 Oct 2007 21:41:06 -0500
parents 0264fabf471d
children
line wrap: on
line source

<!-- ##### SECTION Title ##### -->
VFS

<!-- ##### SECTION Short_Description ##### -->
Stream-based I/O in Audacious

<!-- ##### SECTION Long_Description ##### -->
<para>
Audacious uses the VFS subsystem for implementing the I/O transport layer. VFSConstructors provide a base table for deriving streams from. Stream 
methods may be derived from the base classes registered with the VFS subsystem via vfs_register_transport().
</para>

<!-- ##### SECTION See_Also ##### -->
<para>

</para>

<!-- ##### SECTION Stability_Level ##### -->