openshot-audio
0.1.2
|
#include <vorbisfile.h>
Public Attributes | |
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) |
int(* ov_callbacks::close_func) (void *datasource) |
size_t(* ov_callbacks::read_func) (void *ptr, size_t size, size_t nmemb, void *datasource) |
int(* ov_callbacks::seek_func) (void *datasource, ogg_int64_t offset, int whence) |
long(* ov_callbacks::tell_func) (void *datasource) |