[][src]Type Definition miniaudio_sys::ma_vfs

type ma_vfs = c_void;

VFS

The VFS object (virtual file system) is what's used to customize file access. This is useful in cases where stdio FILE* based APIs may not be entirely appropriate for a given situation.