Searched defs:OggVorbis_File (Results 1 – 1 of 1) sorted by relevance
46 typedef struct OggVorbis_File { struct47 void *datasource; /* Pointer to a FILE *, etc. */48 int seekable;49 ogg_int64_t offset;50 ogg_int64_t end;51 ogg_sync_state *oy; 78 } OggVorbis_File; argument