Searched defs:OggVorbis_File (Results 1 – 1 of 1) sorted by relevance
66 typedef struct OggVorbis_File { struct67 void *datasource; /* Pointer to a FILE *, etc. */68 int seekable;69 ogg_int64_t offset;70 ogg_int64_t end;71 ogg_sync_state *oy; 98 } OggVorbis_File; argument