From: <tom...@us...> - 2003-03-07 20:35:16
|
Update of /cvsroot/alpp/openalpp/include/openalpp In directory sc8-pr-cvs1:/tmp/cvs-serv3924 Modified Files: sample.h Log Message: Added a couple of utility functions (they might be moved to another file later) Index: sample.h =================================================================== RCS file: /cvsroot/alpp/openalpp/include/openalpp/sample.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** sample.h 18 Oct 2002 07:50:11 -0000 1.1 --- sample.h 7 Mar 2003 20:35:10 -0000 1.2 *************** *** 68,71 **** --- 68,76 ---- }; + /** + * Check how large a sample is in the given format. + */ + unsigned int SampleSize(SampleFormat format); + unsigned int SampleSize(ALenum format); } |