libvorbis 1.3.7
ov_callbacks Struct Reference

#include <vorbisfile.h>

Data Fields

size_t(*) read_func (void *ptr, size_t size, size_t nmemb, void *datasource)
int(*) seek_func (void *datasource, ogg_int64_t offset, int whence)
int(*) close_func (void *datasource)
long(*) tell_func (void *datasource)

Field Documentation

◆ close_func

int(*) ov_callbacks::close_func(void *datasource)

◆ read_func

size_t(*) ov_callbacks::read_func(void *ptr, size_t size, size_t nmemb, void *datasource)

◆ seek_func

int(*) ov_callbacks::seek_func(void *datasource, ogg_int64_t offset, int whence)

◆ tell_func

long(*) ov_callbacks::tell_func(void *datasource)

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