openshot-audio  0.1.6
Public Attributes | List of all members
ov_callbacks Struct Reference

#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)
 

Member Data 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: