comparison data/fileio/OggVorbisFileReader.h @ 619:268c5431936d

* Update for oggz 1.1.0 API
author Chris Cannam
date Fri, 12 Mar 2010 12:04:39 +0000
parents 183ee2a55fc7
children 3e139b2dfe5e
comparison
equal deleted inserted replaced
618:b1dc68507e46 619:268c5431936d
80 size_t m_bytesRead; 80 size_t m_bytesRead;
81 bool m_commentsRead; 81 bool m_commentsRead;
82 bool m_cancelled; 82 bool m_cancelled;
83 int m_completion; 83 int m_completion;
84 84
85 static int readPacket(OGGZ *, ogg_packet *, long, void *); 85 static int readPacket(OGGZ *, oggz_packet *, long, void *);
86 static int acceptFrames(FishSound *, float **, long, void *); 86 static int acceptFrames(FishSound *, float **, long, void *);
87 87
88 class DecodeThread : public Thread 88 class DecodeThread : public Thread
89 { 89 {
90 public: 90 public: