Audacious $Id:Doxyfile42802007-03-2104:39:00Znenolod$
Public Attributes
VFSBufferedFile Struct Reference

Private data for the VFS memorybuffer class. More...

#include <vfs_buffered_file.h>

List of all members.

Public Attributes

VFSFilefd
 VFS handle for the active FD.
VFSFilebuffer
 First 32kb read from the FD.
gchar * mem
 The memory for the buffer.
gboolean which
 Whether to use the live FD or the buffer.

Detailed Description

Private data for the VFS memorybuffer class.

Definition at line 34 of file vfs_buffered_file.h.


Member Data Documentation

The memory for the buffer.

Definition at line 37 of file vfs_buffered_file.h.

Referenced by buffered_file_vfs_fclose_impl(), and vfs_buffered_file_new_from_uri().


The documentation for this struct was generated from the following file: