view doc/libaudacious/tmpl/vfs.sgml @ 3460:0fcff78c0c2c trunk

Make the shutdown procedure more sane and improve playlist clearing efficiency.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 09 Sep 2007 05:37:49 +0300
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 ##### -->