2034
|
1 <!-- ##### SECTION Title ##### -->
|
|
2 VFS
|
|
3
|
|
4 <!-- ##### SECTION Short_Description ##### -->
|
|
5 Stream-based I/O in Audacious
|
|
6
|
|
7 <!-- ##### SECTION Long_Description ##### -->
|
|
8 <para>
|
2060
|
9 Audacious uses the VFS subsystem for implementing the I/O transport layer. VFSConstructors provide a base table for deriving streams from. Stream
|
|
10 methods may be derived from the base classes registered with the VFS subsystem via vfs_register_transport().
|
2034
|
11 </para>
|
|
12
|
|
13 <!-- ##### SECTION See_Also ##### -->
|
|
14 <para>
|
|
15
|
|
16 </para>
|
|
17
|
|
18 <!-- ##### SECTION Stability_Level ##### -->
|
|
19
|
|
20
|