EyeAI
Loading...
Searching...
No Matches
ByteArrayParser.hpp File Reference
#include <sndfile.hh>
#include <cstddef>
#include <cstring>
Include dependency graph for ByteArrayParser.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MemoryData
 

Functions

sf_count_t vio_get_filelen (void *user_data)
 
sf_count_t vio_seek (sf_count_t offset, int whence, void *user_data)
 
sf_count_t vio_read (void *ptr, sf_count_t count, void *user_data)
 
sf_count_t vio_write (const void *, sf_count_t, void *)
 
sf_count_t vio_tell (void *user_data)
 

Function Documentation

◆ vio_get_filelen()

sf_count_t vio_get_filelen ( void * user_data)
inline

◆ vio_read()

sf_count_t vio_read ( void * ptr,
sf_count_t count,
void * user_data )
inline

◆ vio_seek()

sf_count_t vio_seek ( sf_count_t offset,
int whence,
void * user_data )
inline

◆ vio_tell()

sf_count_t vio_tell ( void * user_data)
inline

◆ vio_write()

sf_count_t vio_write ( const void * ,
sf_count_t ,
void *  )
inline