|  | Wise&mystical
                                 1.0
                             Project about Europe | 
#include <miniaudio.h>
| Public Attributes | |
| ma_result(* | onOpen )(ma_vfs *pVFS, const char *pFilePath, ma_uint32 openMode, ma_vfs_file *pFile) | 
| ma_result(* | onOpenW )(ma_vfs *pVFS, const wchar_t *pFilePath, ma_uint32 openMode, ma_vfs_file *pFile) | 
| ma_result(* | onClose )(ma_vfs *pVFS, ma_vfs_file file) | 
| ma_result(* | onRead )(ma_vfs *pVFS, ma_vfs_file file, void *pDst, size_t sizeInBytes, size_t *pBytesRead) | 
| ma_result(* | onWrite )(ma_vfs *pVFS, ma_vfs_file file, const void *pSrc, size_t sizeInBytes, size_t *pBytesWritten) | 
| ma_result(* | onSeek )(ma_vfs *pVFS, ma_vfs_file file, ma_int64 offset, ma_seek_origin origin) | 
| ma_result(* | onTell )(ma_vfs *pVFS, ma_vfs_file file, ma_int64 *pCursor) | 
| ma_result(* | onInfo )(ma_vfs *pVFS, ma_vfs_file file, ma_file_info *pInfo) | 
Definition at line 9471 of file miniaudio.h.
| ma_result(* ma_vfs_callbacks::onClose) (ma_vfs *pVFS, ma_vfs_file file) | 
Definition at line 9475 of file miniaudio.h.
| ma_result(* ma_vfs_callbacks::onInfo) (ma_vfs *pVFS, ma_vfs_file file, ma_file_info *pInfo) | 
Definition at line 9480 of file miniaudio.h.
| ma_result(* ma_vfs_callbacks::onOpen) (ma_vfs *pVFS, const char *pFilePath, ma_uint32 openMode, ma_vfs_file *pFile) | 
Definition at line 9473 of file miniaudio.h.
| ma_result(* ma_vfs_callbacks::onOpenW) (ma_vfs *pVFS, const wchar_t *pFilePath, ma_uint32 openMode, ma_vfs_file *pFile) | 
Definition at line 9474 of file miniaudio.h.
| ma_result(* ma_vfs_callbacks::onRead) (ma_vfs *pVFS, ma_vfs_file file, void *pDst, size_t sizeInBytes, size_t *pBytesRead) | 
Definition at line 9476 of file miniaudio.h.
| ma_result(* ma_vfs_callbacks::onSeek) (ma_vfs *pVFS, ma_vfs_file file, ma_int64 offset, ma_seek_origin origin) | 
Definition at line 9478 of file miniaudio.h.
| ma_result(* ma_vfs_callbacks::onTell) (ma_vfs *pVFS, ma_vfs_file file, ma_int64 *pCursor) | 
Definition at line 9479 of file miniaudio.h.
| ma_result(* ma_vfs_callbacks::onWrite) (ma_vfs *pVFS, ma_vfs_file file, const void *pSrc, size_t sizeInBytes, size_t *pBytesWritten) | 
Definition at line 9477 of file miniaudio.h.