view doc/libaudacious/tmpl/vfs.sgml @ 3015:02a62ac3d9c2 trunk

Handle metadata sources where there are no mimetype support yet implemented.
author William Pitcock <nenolod@atheme-project.org>
date Mon, 09 Jul 2007 05:17:21 -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 ##### -->