4 Part of the swftools package.
6 Copyright (c) 2005 Joel Yliluoma <bisqwit@iki.fi>
8 This file is distributed under the GPL, see file COPYING for details */
11 unsigned short SampRate
;
12 unsigned char Channels
;
13 unsigned int NumFrames
;
18 int mp3_read(struct MP3
*mp3
, const char* filename
);
19 void mp3_clear(struct MP3
*mp3
);